| Thread | Last Post | Replies |
|
| help access session variable in javascript | 25 Feb 2006 03:35 GMT | 2 |
I'm unable to access my session variables in a javascript function. Here are the details: In global.asa, I have the following: Sub Session_OnStart
|
| Catching DoubleClick and Click | 23 Feb 2006 07:36 GMT | 1 |
I have a JScript that runs a func on an OnClick Event of a button. I would like it to run the same func on a DoubleClick as well. If I put in both : OnDblclick="Func()" OnClick="Func()" and double click my button,
|
| Pre-Load | 23 Feb 2006 07:32 GMT | 1 |
Anyone knows how to do a pre-load of all images of a site? What i want is that the site only appears when the images are sucefully loaded. Thanks a lot
|
| simple client-side scripting question | 09 Feb 2006 18:46 GMT | 1 |
I have a small script that in the ONLOAD event of the body tag attempts to scroll a lower portion of my page into view by adding a hash location to the URL (i.e. jumping to an anchor tag in the middle of the page). It changes the URL using the location.replace() function, which
|
| dynamic text | 05 Feb 2006 19:02 GMT | 2 |
Hello friends, I neet to change a text into a table cell when the user click on an image. The value of this text arrive from a variable. Thank you for your suport.
|
| UNDERSTANDING IT IS a NUMBER OR NON-NUMBER | 02 Feb 2006 12:32 GMT | 3 |
i have a text field in my html page. I want to diferentiate in this text box either it is a number or not ? how can i do that ?
|
| how to defer the redraw of the img or the document | 02 Feb 2006 04:16 GMT | 3 |
I am working on a html page as simple as following: <html><head><title>test</title> <script language="javascript"> function doZoom()
|