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.
...
|
is jsc.exe free?
Tue, 09 May 2006 22:29:14 +0800
Hello,
I have the .net 1.1 sdk but i was wondering if the jsc.exe .net compileris free to share with others??
-- Jarrad Hope
jhope [a.t] lungshrimp , com ...
|
using com/activex in jscript .net app? AxShockwaveFlash
Mon, 08 May 2006 15:52:31 +0800
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??
i tried pri ...
|
|
|
Error 500 on oXmlHTTP.Send
Sun, 30 Apr 2006 09:05:05 -0400
I have an aspx web pages which interacts with an asmx service. The calls to
web service are done via Javascript.
The asmx service method has the following parameters:
public string RetrieveContact(string Id, int EntityTypeCode)
I am getting the following error when executing
oXmlHTTP.Send("id=" + sId ...
|
how cai access user controls child control from javascript
Sat, 29 Apr 2006 14:09:46 -0700
I have a dropdown list box in usercontrol, how can i access from
javascript.
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Version check for jscript.net...
Thu, 27 Apr 2006 15:58:04 +0200
Hi!
We've got a CAD tool which offers automation and has two "inbuilt" interpreters,
VBScript and JScript.
Now we've got a performance problem and are looking for possible speedups.
So far we did much of our programming in VBScript but I've just discovered
that there is a JScript.NET which can be compiled to ...
|