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...
Type: Posts; User: giselle2008; Keyword(s):
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...
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...
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?...
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....
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...
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 ...
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...
thank you..problem solve..thanx alot
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...
please help based on my code..plz help....urgent..thank you very much
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...
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...
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...
<script language="JavaScript" type="text/javascript">
function deleteOption(theSel, theIndex)
{
var selLength = theSel.length;
if(selLength>0)
{
theSel.options[theIndex] = null;
}
}
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...