Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
October 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
March 2008
April 2008
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 >>



DevelopmentNow Blog