all groups > dotnet jscript > may 2006
How to create unit tests for standalone javascript
Posted by Rajiv Das at 5/25/2006 1:00:01 AM
Hi,
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?
--
---------------------
Thanks
Rajiv Das... more >>
Jscript.net
Posted by tvin at 5/24/2006 9:01:02 AM
Hello all,
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.
after that i called this jscript.net file(jscript.js) in .aspx page.
... more >>
ERROR: Object Expected!!!!
Posted by DanjoMan at 5/23/2006 7:51:02 AM
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 be <=
tota... more >>
Help needed.
Posted by Wayne Gore at 5/23/2006 4:52:01 AM
Hi
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
was therefor wondering if anyone can help me with this fi... more >>
Using the "function" to make objects in ASP .NET 2
Posted by TROY TAFT at 5/20/2006 11:54:31 AM
Can I use the "function" statement the exact same way in ASP .NET 2 as I do
on the client? If not why not?
... more >>
JScript not running in order
Posted by Ben at 5/18/2006 7:05:02 AM
Below is code that is executed when a page loads to 'refresh' a tree menu
<script type="text/javascript">
function syncNode(id)
{
//debugger;
parent.frames("menu").Location.Reload(true);
parent.frames("menu").TreeView1.CollapseAll();
parent.frames("menu").TreeView1.Select... more >>
T
Posted by Tony at 5/17/2006 7:26:01 PM
print user-friendly via hidden frame
Posted by Axford at 5/15/2006 12:27:01 AM
Hello,
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,
list's etc.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
JScript showModalDialog
Posted by Andre Grumbach at 5/15/2006 12:00:00 AM
Hi all,
I try to create a web application, which calls a Dialog Window, when I click
on a Button.
After the Dialog is complete, it should refresh the 'Main Form'.
So how can i refresh the 'Main Form'?
I have try it with window.window or opener, but both will 'null'.
Thanks,
Andre
... more >>
is jsc.exe free?
Posted by Jarrad Hope at 5/9/2006 10:29:14 PM
Hello,
I have the .net 1.1 sdk but i was wondering if the jsc.exe .net compiler=
is free to share with others??
-- =
Jarrad Hope
jhope [a.t] lungshrimp , com... more >>
Double quote problem in ASP page
Posted by Linda Lalewicz at 5/9/2006 2:23:02 PM
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
entirely, or thro... more >>
using com/activex in jscript .net app? AxShockwaveFlash
Posted by Jarrad Hope at 5/8/2006 3:52:31 PM
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
AxShockwaveFlashObjects.AxShockwaveFlash is??... more >>
|