Jscript.net
Wed, 24 May 2006 09:01:02 -0700
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.
when this asp ...
|
ERROR: Object Expected!!!!
Tue, 23 May 2006 07:51:02 -0700
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 <=
total commercial
...
|
'Control' and 'WebControl' not known in javascript...
Tue, 23 May 2006 06:53:01 -0700
HI,
I am trying to use the javascript code from the following site in my code:
http://www.dotnet2themax.com/ShowContent.aspx?ID=00fa0fd6-4970-4ddf-aa6b-335c3d1259be&Lang=cs
But it seems that the 'Control' and the 'WebControl' are not known by
javascript?
Any ideas... ...
|
Help needed.
Tue, 23 May 2006 04:52:01 -0700
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 file.
I found ...
|
Using the "function" to make objects in ASP .NET 2
Sat, 20 May 2006 11:54:31 -0700
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 not running in order
Thu, 18 May 2006 07:05:02 -0700
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.SelectNodeById(id); ...
|
T
Wed, 17 May 2006 19:26:01 -0700
--
T ...
|
|
|
print user-friendly via hidden frame
Mon, 15 May 2006 00:27:01 -0700
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. ...
|
JScript showModalDialog
Mon, 15 May 2006 08:46:43 +0200
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
...
|
Double quote problem in ASP page
Tue, 9 May 2006 14:23:02 -0700
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 throwing an error.
...
|