| Thread | Last Post | Replies |
|
| String manipulation problem | 30 Jun 2004 21:36 GMT | 11 |
I am new to Javascript and I cannot solve the following programation problem: Considering this swapping image function which is predefined in Dreamweaver MX : function switchImage(imgName, imgSrc) {
|
| Urgent!!!: Onunload event (refreshing page), can not redirect (window.location.href does not work) | 30 Jun 2004 16:55 GMT | 3 |
I am writing a page which redirect user to another page during onunloadevent (I will use window.confirm to ask user's agreement). But when user do a refresh, the window.confirm shows up but if user select ok, the redirect fails.
|
| assign a function to a table object | 30 Jun 2004 10:26 GMT | 3 |
how do we assign a function to an object? I create a row on the fly like this oRow = document.createElement("TR"); and I like to create an onclick event function for this object
|
| Copying files to several homes directories. | 30 Jun 2004 01:57 GMT | 1 |
I'am looking for something to copy some files from one place of the server to the %home% directory of several persons. so i don't have to copy all of them after another. I am just learning scripting.
|
| Regular Expression Syntax | 29 Jun 2004 21:59 GMT | 2 |
I need to search for the following string in a file: 150 Opening ASCII mode data connection for someFile.txt ...where someFile.txt value will be variable. So far, this is what I have
|
| Is it possible to add hidden tags dynamically? | 29 Jun 2004 21:58 GMT | 5 |
[Somewhat long. I got no responses in the microsoft.public.windows.inetexplorer.ie5[5].programming.dhtml groups, so I'm asking here. If there is a better group in which to post this question, please point me there.]
|
| Cookies in Javascript | 29 Jun 2004 16:00 GMT | 2 |
How can I write a cookie using javascript. Thanks Rafael
|
| bill to ship to | 29 Jun 2004 15:49 GMT | 3 |
I have a form with ship to customer and bill to customer fields. Both of these are required fields. I want to put a check box in the form and if the check box is checked then the value of the ship to customer is loaded into the bill to customer. I need this to happen before the form ...
|
| prototype object assignment ignored | 27 Jun 2004 23:33 GMT | 6 |
i think i need a deeper understanding of whats going on in here: test=function(){} test.prototype={a:1} test2=new test()
|
| CD-RW | 27 Jun 2004 19:05 GMT | 3 |
With jscript i try to store a file on a CDRW disk and it fails because i obtain an error which say that the disk is read only. This fails only with WXP, not with W98. Why ?
|
| compassion for a rookie : setTimeout troubleshooting | 27 Jun 2004 18:11 GMT | 4 |
I'm not really an expert neither in computer nor in jscript and i encounter the following problem for a week : I try to write a script which modify at a given pace a given property of an object for instance a first function chgtext() set the text of textp1
|
| jscript .net (7.x) | 27 Jun 2004 18:08 GMT | 2 |
I've taken the below sample from MSDN: <script language="jscript"> function GetScriptEngineInfo(){ var s;
|
| Closing the parent and current windows on submit | 27 Jun 2004 11:37 GMT | 1 |
I have a window which creates another window using the window.open() method. When the form on this new window is submitted, I would like both of these windows to be closed, and the URL in the form's Action attribute to remain open. At the moment, my Form tag looks like the following ...
|
| what 's wrong here? | 26 Jun 2004 23:32 GMT | 3 |
When i click on OK of the confirm, nothing happens. Why am i not redirected to head.asp file? thanks andre
|
| Is there any function as Trim in Jscript/JavaScript? | 25 Jun 2004 15:13 GMT | 4 |
Is there any function as Trim in Jscript/JavaScript? I look at Ms-JScript tutoria which comes with ms-visual studio 6.0, but did not find anything untill now. I try to check the length, but it returns me size when I put
|