| Thread | Last Post | Replies |
|
| Weird result of comparing dates | 18 Jun 2006 20:55 GMT | 2 |
JScript fragment: <fragment> var md = MovementDate(); var cdt = new Date();
|
| JScript.NET by double-clicking | 17 Jun 2006 05:44 GMT | 2 |
Is there a version of wscript.exe that support JScript.NET? I want to use JScript.NET but I find I have to compile the code using jsc.exe that came with the .NET sdk instead of just double clicking on the script.
|
| Explicit typing in Jscript? | 17 Jun 2006 00:16 GMT | 5 |
When I try to explicity specify the type of variables or functions in JScript, everything works fine if I compile the script using jsc.exe. But if I try to run the script in Windows Script Host using wscript.exe, I get an error. Is this supposed to happen? I never saw anything ...
|
| Accessing HIdden Variables in Frames | 14 Jun 2006 21:38 GMT | 7 |
I have a web app which uses Frames, frame 1 with search criteria(1.aspx) and frame 2 with results(2.aspx). Frame2 in turn posts to a servlet(action="servlet URL") and the report parameters are expected as hidden variables on the form(of 2.aspx).
|