| Thread | Last Post | Replies |
|
| How to create unit tests for standalone javascript | 27 May 2006 08:29 GMT | 1 |
I need to create unit tests for non-browser based/ standalone javascript code. Does VS 2005 Unit Test support this for JS? What other unit test frameworks are available for JS apart from JSUnit?
|
| Help needed. | 27 May 2006 08:20 GMT | 1 |
I'm trying to configure our computers proxy settings using "automatic configuration script" meaning a .pac file. The .pac file is actually a jscript file. I only know VBScript and feel rather lost with JScript to be honest and I
|
| Using the "function" to make objects in ASP .NET 2 | 27 May 2006 08:18 GMT | 3 |
Can I use the "function" statement the exact same way in ASP .NET 2 as I do on the client? If not why not?
|
| Jscript.net | 25 May 2006 01:35 GMT | 1 |
I have a problem to use jscript.js file in aspx page: I wrote jscript file in Notepad and I compiled this jscript file,after compiled and .exe in command prompt,i see that the result of this file is correct.
|
| ERROR: Object Expected!!!! | 23 May 2006 21:29 GMT | 1 |
Ahh this is tough, I just don't get why it is not more descriptive with what I can do to fix it. Errors updated: (i think), but STILL getting error. Line: var val = parsefloat(fld.value.replace(/[\s\,\$]/g, "")); My OVERALL GOAL IS TO SIMPLY VALIDATE: total small commercial must ...
|
| Info!! | 21 May 2006 19:00 GMT | 2 |
Hi All, Can someone tell me what type of window is being created on www.start.com if you click any contents link. A sample snippet would be appreciated. TIA
|
| can I use JScript.NET as a script engine ? | 21 May 2006 07:22 GMT | 1 |
can I use JScript.NET as a script engine ? Can I insert JScript.NET engine to my project ? where can I find infomation about it ? thanks fro any advice.
|
| T | 21 May 2006 06:48 GMT | 1 |
 Signature T
|
| print user-friendly via hidden frame | 21 May 2006 06:47 GMT | 1 |
does anybody have an example on how to add a hidden frame to an aspx page and then to use thtat hidden frame to print a user friendly version of the web page? The web page does print very bad, because of background pictures and logo's,
|
| is jsc.exe free? | 20 May 2006 03:05 GMT | 1 |
I have the .net 1.1 sdk but i was wondering if the jsc.exe .net compiler is free to share with others??
 Signature Jarrad Hope
|
| using com/activex in jscript .net app? AxShockwaveFlash | 19 May 2006 08:21 GMT | 4 |
I was wondering if anyone knew how I could reference and use AxShockwaveFlashObjects.AxShockwaveFlash in my system.windows.forms ?? I have tried looking at c#/j#//Vb# code generated by vs2003.net but I get stuck trying to figure out what datatype
|
| JScript not running in order | 19 May 2006 08:03 GMT | 1 |
Below is code that is executed when a page loads to 'refresh' a tree menu <script type="text/javascript"> function syncNode(id) {
|
| Double quote problem in ASP page | 10 May 2006 03:18 GMT | 2 |
I need to use VBscript to replace a double quote if found in a string with a \" in order to make a java popup message work. I can get it to replace single quotes but cannot form the syntax correctly for it to do a doublequote replacement without either ignoring the request
|
| how cai access user controls child control from javascript | 08 May 2006 09:34 GMT | 1 |
I have a dropdown list box in usercontrol, how can i access from javascript.
|
| OnClientClick prevents OnClick from work | 08 May 2006 09:21 GMT | 3 |
I have a server side form button with id btnsubmit As the form is big, the submission process is slow. A user may click on the button many times, I want to prevent that by client-side code.
|