| Thread | Last Post | Replies |
|
| How to show a warn message | 26 Jul 2006 08:12 GMT | 1 |
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
|
| JScript showModalDialog | 25 Jul 2006 20:05 GMT | 2 |
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'?
|
| Debugging JavaScript in 2005 IDE --- Please, many people to review/suggest solution to this problem | 19 Jul 2006 23:19 GMT | 1 |
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
|
| dinamic input | 19 Jul 2006 19:11 GMT | 2 |
I'm sorry my english is not good I have creating dinamics inputs in this form: var newInput = document.createElement("input"); newInput.type = "text";
|
| JavaScript class creation query | 19 Jul 2006 10:35 GMT | 5 |
I have came across 3 different ways of creating a structure or class. 1. Class as a function way // Class Constructor function Timer(Source) {
|
| How Can I Get Type of a Class ? | 17 Jul 2006 01:55 GMT | 1 |
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.
|
| Debug a JScript | 12 Jul 2006 16:07 GMT | 3 |
How can I develop a script from an IDE and debugging too? Currently, I use the editor to write the .js file, then use the "cscript file.js //x" which will run the debugger. Is there is a way to automate the whole process as if developing an
|
| Open File from Filesystem | 01 Jul 2006 17:28 GMT | 1 |
I have a little problem. In one of my websites, I must create a link to filesystem (file://C:/test.txt). But all the time, i will use window.open("file:///C:/Test.txt"); I become a JScript Error. "access denied".
|