all groups > dotnet jscript > february 2006
Stamp Version information for assembly generated using jsc
Posted by kiranreddyd NO[at]SPAM gmail.com at 2/24/2006 2:28:54 AM
Hi,
I am using jscript.Net for expression evaluation. I am converting
the same into an assembly using jsc. The problem here is: How do I
provide version information for the assembly being generated.
Is there any way of doing it using jsc?
Regards
Kiran
... more >>
Pre-Load
Posted by Rodrigo Ferreira at 2/22/2006 12:00:00 AM
Hello,
Anyone knows how to do a pre-load of all images of a site? What i want is
that the site only appears when the images are sucefully loaded.
Thanks a lot
... more >>
help access session variable in javascript
Posted by Joe Befumo at 2/18/2006 3:02:14 PM
I'm unable to access my session variables in a javascript function. Here
are the details:
In global.asa, I have the following:
Sub Session_OnStart
Session("TestMessage") = "Test One Two hree."
End Sub
I can set a break on the session("Test Message") line and confirm that it's
fi... more >>
What is the proper way to write Javascript?
Posted by Nathan Sokalski at 2/16/2006 5:55:05 PM
This may be a strange question to ask here, but I am writing my resume, and
want to write Javascript correctly. I have seen it written three ways on
sites and other places (I know that people often don't worry about these
things in emails and newsgroup messages, I am not counting those):
Ja... more >>
Catching DoubleClick and Click
Posted by Lady_A at 2/9/2006 5:56:07 PM
Hi,
I have a JScript that runs a func on an OnClick Event of a button.
I would like it to run the same func on a DoubleClick as well.
If I put in both : OnDblclick="Func()" OnClick="Func()" and double click my
button,
my func is run TWICE since the event is caught by OnClick.
How can I pr... more >>
simple client-side scripting question
Posted by JV at 2/9/2006 12:52:47 PM
I have a small script that in the ONLOAD event of the body tag attempts
to scroll a lower portion of my page into view by adding a hash location to
the URL (i.e. jumping to an anchor tag in the middle of the page).
It changes the URL using the location.replace() function, which
is supposed to ... more >>
|