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 > july 2006

abort onunload
Posted by Piolin Net at 7/27/2006 8:17:02 AM
Hi! Is posible abort the event onunload of the page? thx...more >>


How to show a warn message
Posted by ad at 7/21/2006 12:00:00 AM
I am using VS2005 to develop web application. I put a TextBox on the WebPage, it is used for a user to input the height of a person. I want to show a confirm dialog if the input data in not in the range of 50..250. How can I write the JavaScript? ...more >>

dinamic input
Posted by Piolin Net at 7/19/2006 8:26:02 AM
Hi! I'm sorry my english is not good I have creating dinamics inputs in this form: var newInput = document.createElement("input"); newInput.type = "text"; newInput.name = "name"; newInput.value = "1"; This is correct but when i tray to put the events like onkeypress: newInput.onkey...more >>

Debugging JavaScript in 2005 IDE --- Please, many people to review/suggest solution to this problem
Posted by Don Bedner at 7/18/2006 6:42:33 PM
Hope I'm in the correct group for this. I am attempting to debug JavaScript application in Windows IE6 via the 2005 IDE. Through the "Debug" menu option, I select "Attach to Process..." and find the IE process supporting my page in the list and double-click it to attach to the process. ...more >>

How Can I Get Type of a Class ?
Posted by cok119 at 7/16/2006 12:00:00 AM
Hi, all I am working on a Project ,I use JScript.Net to support it's automation A question I meeted is "How Can I get Type of a Class?" eg. when I call follow code: Activor.GetObject(Type type, string url) In C#, I can get it use "typeof(TYPE)" 'type' is method argument, How can I...more >>

JavaScript class creation query
Posted by Dhruba Bandopadhyay at 7/10/2006 5:04:04 PM
I have came across 3 different ways of creating a structure or class. 1. Class as a function way // Class Constructor function Timer(Source) { // Class Properties this.timerID = 0; this.tStart = null; // Class Methods this.UpdateTimer = function() { }; } // Example var ti...more >>



DevelopmentNow Blog