Passing control name with event? [6 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
Is there a simple way to get the name of the control that fired an event?
I have a table that is generated from a database. The component that
generates the table adds two checkboxes, 'Appr...
Frames [4 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
I have a site with frames and I want disable frames while
user click on action button.
Passing JScript variables between frames [3 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
I am attempting to pass variables to frames using
StringRequest.
Here's what the link looks like:
www.blahblahblah.com/frameSet.asp?sub=01
On the frameSet.asp page, there are several ...
vbscript user interested in learning jscript [2 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
Hello,
I have been using vbscript for about 8 months now to do some administrative
scripting on our win2k network. I am interested in learning more about
jscript since a new tool I wa...
Save array in Session object [5 replies] microsoft.public.scripting.jscript, Tuesday, August 20, 2002
I want to know that can I save arrays in Session object, so I can use in
other pages??
If so, how's it??
Best Regards,
Eric Yum
Regular Expression validation [3 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
Hi,
I am new to regular expressions for validation. I am validating licence
plate numbers. one that I am trying to figure out is a plate that begins
with a "D" followed by 5 numbers. I hav...
Cast variables? [1 reply] microsoft.public.scripting.jscript, Monday, August 19, 2002
parseInt()
>-----Original Message-----
>How do I cast a variable in jscript? In vbscript I use
>CInt.
>.
>
Browser events? [1 reply] microsoft.public.scripting.jscript, Monday, August 19, 2002
How do I get the browser events in jscript?
With vbscript:
Sub window_onBlur()
...
...
End Bub
Cast variables? [1 reply] microsoft.public.scripting.jscript, Monday, August 19, 2002
How do I cast a variable in jscript? In vbscript I use
CInt.
Create Excel Worksheet and E-Mail [1 reply] microsoft.public.scripting.jscript, Monday, August 19, 2002
Hi,
My ASP application generates HTML tabular style reports.
Ideally, I would have liked these reports to be in Excel.
However, Excel is not installed on the web server.
Is it possi...
change image on rollover [1 reply] microsoft.public.scripting.jscript, Monday, August 19, 2002
i have an image the contains for faces. i have hyperlinks on the same page
that link to a page for each face. i would like to change the faces image
whenever the mouse rolls over the hyper ...
a page in a different frame. [0 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
Hi,
I have a button in a frame that a new window and a
new page in the new window. The script works fine.
The problem is, I want the script associated with the
button to also o...
onkeydown in an iframe [2 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
Hi !
I have got an iframe.
In the parent - document, i change the src of the iframe in a function. Then
i try to put a onkeydown-Eventhandler in the body of the document, which
runs in ...
Passing Arrays from jscript to c# [0 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
How do I pass a jscript Array to c# function? Also can I create types
defined in a particular assembly in jscript?
Test [3 replies] microsoft.public.scripting.jscript, Monday, August 19, 2002
(Has nothing really happened in this NG since aug 15th?)
HTMLElement.prototype [1 reply] microsoft.public.scripting.jscript, Sunday, August 18, 2002
Is it possible to assign a prototype to
all HTML elements.
What I mean is just like
Array.prototype.count = countArray
A prototype method which applies to all
arrays in your script.
Now...
|