Search:

Type: Posts; User: giselle2008; Keyword(s):

Search: Search took 0.01 seconds.

  1. problem during Cancel the text editing in place

    hello, i have try to implement tis edit in place in my code, and it work fine for me with my asp coding. but i have some problem about cancel the editing.
    the problem is:

    1.when i click on the...
  2. how to implement ajax edit in place with asp 3.0

    i am new to ajax technology but i am working with ajax on my site. i am having a problem with a ajax edit form element in place when i try to implement it in asp vbscript. hopefully someone here can...
  3. Replies
    1
    Views
    1,962

    Help on Photo Slideshow viewer

    hie there..need some help ..
    i try to use tis image slideshow ..but when i implement it with my code. it still display the SimpleViewer at the bottom of the photo slide show.
    how can i remove it?...
  4. Replies
    1
    Views
    2,692

    Problem in searching multiple keywords

    hi, good day.
    i have some problem in doing the searching multiple keywords function.

    in my layout i have a textbox,user can insert many keywords with the comma separator between each keywords....
  5. Replies
    2
    Views
    2,341

    Css layout problem in firefox

    below is the view of layout at IE
    http://i263.photobucket.com/albums/i...miko2008/1.jpg

    below is the view of layout at Firefox.

    http://i263.photobucket.com/albums/i...miko2008/2.jpg

    i m...
  6. Replies
    1
    Views
    15,069

    Help in mouseover and popup enlarge image

    halo there..i would like to ask...how to i do a code (javascript) to enlarge a photo when i mouseover to a thumbnail photo on a page? i wan to do someting like tis website ...
  7. Store procedure MS SQL,auto generate email after X days+ASP

    halo there, can i ask about MS SQL store procedure at tis section?
    i would like to ask..how can i write a Store procedure for auto generate the email 30days after the submitted date and send to the...
  8. thank you..problem solve..thanx alot

    thank you..problem solve..thanx alot
  9. Multiple emails validation in one text box with comma

    hi there..i need some help on this email validation. i got a text box, can let the users to input many email with the seprator comma(,) or this (. then how can i use the javascxript to do a...
  10. please help based on my code..plz...

    please help based on my code..plz help....urgent..thank you very much
  11. put checked radio ID separated by a delimiter into hidden field

    halo there..need some help here..hope u all can help ya.
    i got a list of radiobutton, with differnt name.
    when i click on the radio button, it willpass the 'ID' into the JS function, how can i get...
  12. how to do create,insert, select, delete temp table for this condition

    HALO THERE..I NEED SOME HELP.
    i have do a query sql in the coding side using asp. after i do the searching, i wan to insert it into the temp table in the ms sql server.
    below here is the asp code...
  13. Replies
    1
    Views
    3,089

    help in this asp ms sql problem

    hi all, i cant solve the problem and it is quite urgent. i hope u can give me a hand.
    i need to do a search. but this search is quite complicated for me since i m newbie here. i m using ms sql with...
  14. Replies
    1
    Views
    3,547

    problem in select list move options

    <script language="JavaScript" type="text/javascript">

    function deleteOption(theSel, theIndex)
    {
    var selLength = theSel.length;
    if(selLength>0)
    {
    theSel.options[theIndex] = null;
    }
    }
  15. Replace str which has comma with spaces, asp

    hi everybody..i need some help.
    let say i have one string
    "today, i eat, a, bread"

    how can i count where is the comma and then i need to replace them with spaces?
    is it just use...
Results 1 to 15 of 15