|
First
|
Prev |
Next
|
Last
Pages: 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
OnMouseOver + Tooltip Hi all, Can anyone tell me how to display a image and some texts in tooltip while mouse over a image or imagebutton in asp.net ?.. plz give me some code samples for onMouseOver event... Thanx in advance... Regards, Krish. ... 1 Mar 2006 07:01
Check null or 0 I'm using the following code to create a sum: forecast = forecast + eval(f[i].value); This only works if "f[i].value" contains a number. Can someone please help me so that it also works if "f[i].value" is empty or contains text. Regards, S ... 2 Mar 2006 19:12
closing pop up windows I have the following script on all pop up windows, would like to have this work on all newer browsers if possible. Right now it only works on MSIE & Opera. Not sure why. Any suggestions are appreciated. Not concerned with the print part yet. TIA Rich <SCRIPT language="jscript"> function CloseWindow() { ... 27 Feb 2006 09:43
Checkbox value I have an HTML page, that calls an ASP javascript page on "Submit". Everything works correctly except that I can't get the value of the checkboxes. I've been trying code like this: var s = "Off" if (Request.Form("EmailCbx").Checked == true) {s = Request.Form("EmailCbx").name} No matter what I do (I've tried... 24 Feb 2006 04:50
Disabling Browser Navigation + Refresh Button Dear All, I would like to disable back and forward button + Refresh button. Please help in doing this. I want this because i am displaying data from mysql database and on back and forward button complete logic get failed. Also i would like disable save as option + copy & select all option. Please urgently he... 21 Feb 2006 07:14
FireFox thinks opener is framset window??? I have a kind of a forum system (in https://wwwedu.oulu.fi/iforum/ if you want to have a general look), where in main window is three frames. In a certain situation there is a form (named "suorlom") one frame (say work_frame) . If a users selects to save the form data as ready, then users' password must be che... 21 Feb 2006 03:38
reseting fields Is there a way to clear out the field boxes after selecting the sign in button? For security reasons we'd want those boxes to be cleared without having to select the reset button only the sign in button. Is this possible? Thank you, Brie <html> <head> <meta http-equiv=refresh content=7200> <style t... 20 Feb 2006 12:35
AJAX and HTTPS Hi, Can anyone confirm is AJAX request can be sent over HTTPS if the containing page is loaded via HTTPS? or is it true that all AJAX interaction take place via HTTP? (Since the name of the class is XMLHttpRequest and not XMLHttpsRequest) Thanks, Sameer ... 19 Feb 2006 23:00
XMLHttpRequest using multipart/form-data i have this code: var parameters = "temp1=1" http_request.onreadystatechange = saveHatHandler; http_request.open('POST', url, true); http_request.setRequestHeader("Content-type", "multipart/form-data"); http_request.setRequestHeader("Content-length", parameters.length); http_request.setRequestHeader("Connecti... 19 Feb 2006 16:48
Load external JS using Javascript... Hi Some examples use the following codes in order to load external JS... e.g. document.write("<scr"+"ipt language=javascript .... I have one qusestion, Why need to separate the "script" into "<scr"+"ipt ...? Many people are using this way but i really don't know why... Thanks. howa ... 20 Feb 2006 11:00 |