| Thread | Last Post | Replies |
|
| Including client side scripts | 31 Jul 2003 19:28 GMT | 1 |
I have a web application that requires scripts - on the client side they are jscript. currently in the html I have the following <script type="text/jscript" src="Scripts/1.inc"></script>
|
| setAttribute('onclick',... | 31 Jul 2003 09:24 GMT | 2 |
I'm trying to assign de OnClick event to a Img Object but when I do click over de Img don't work. The Code is; var newIcon = IconImg.cloneNode();// IconImg is a IMG object.
|
| onSubmit="return form_isok()" not work on web-hosting server | 31 Jul 2003 05:39 GMT | 1 |
I made a html form and wrote check function form_isok() to prevent some empty columns. It works well in my pc and I updated to the website. To my surprise, the check function stop working. Then I saved the htm file by IE to the pc. The htm file in PC works. I updated the saved htm ...
|
| Click point coordinates | 31 Jul 2003 00:06 GMT | 1 |
I would like know if there is a way to capture the coordinates of each point clicked on an HTML page. Since JavaScript is able to capture a variety of events for each type of object, I wonder if there is a way to retrieve a
|
| Scrollbar Object Position? | 30 Jul 2003 23:39 GMT | 1 |
myTable in the code below has about 500 rows, and so there is a scrollbar. Is there a way to get the scrollbar object, and get its position (so it can be restored later where the user left off) after page reload?
|
| focus problem | 30 Jul 2003 23:28 GMT | 1 |
Hi Friends, When I am closing the modal window then onunload event of body of modal window I am putting back the focus to one element in parent window. But after closing of modal window the focus is getting to address
|
| Function to return filename | 30 Jul 2003 21:39 GMT | 5 |
Is there a function in javascript to extract the filename from an unambigous filename? In other words: var szFilename = "C:\documents and settings\john\my
|
| ignore-testing post | 29 Jul 2003 19:28 GMT | 1 |
|
| IE6 Action Cancelled url=about:SOME_HTML | 29 Jul 2003 19:08 GMT | 1 |
We have a web application that is using the showModalDialog to display a form in a separate window. The HTML for the window is dynamically built client-side so we don't need (or want) to pass a server-side url as
|
| | | 29 Jul 2003 17:31 GMT | 1 |
|
| constructing a URL from check box selections | 29 Jul 2003 16:52 GMT | 1 |
I am setting up a group of checkboxes with a submit button. I'd like to have the combination of selected checkboxes construct a URL (so each combination creates a different URL, which is launched when the Submit button is
|
| Round with no decimal ex. 45.6 to 46 | 29 Jul 2003 02:19 GMT | 6 |
Hi there - I was wondering how I can take a number that has a decimal in it and make a whole number. ex. 459.9 to 460 or 460.0 to 460. Thanks
|
| js file | 28 Jul 2003 21:43 GMT | 1 |
hi all and thanks in advance, This is a stupid question ... how can i run a .js file on my machine? should I use command prompt? double clicking it simply opens the file, running it from IE does the same thing ...
|
| jscript and .NET? | 28 Jul 2003 16:47 GMT | 2 |
Anyone know if/how regular old JavaScript will/won't run under .NET? Thanks, Owen
|
| Please Help | 28 Jul 2003 16:35 GMT | 3 |
I need a script, which you can copy a folder and subfolders and files from the server to a client user everytime, when he connect to the network or log on or log off. Could you please help? Thank you very much!!!!! Luciano
|