| Thread | Last Post | Replies |
|
| How and where do define classes? | 30 Nov 2003 14:14 GMT | 2 |
Is it possible to use classes in jscript, and where should I define them. If I add a class definition to a jscript section I get syntax error. But I can se that the class word is a reserved word in jscript. Do I have to define my classes in js-files or is it something else?
|
| Finding the culprit | 29 Nov 2003 08:41 GMT | 1 |
I'm opening a modal page to update user info, using the code below. string ModalScript = "<script language='javascript'>" + " window.showModalDialog('EditUserInfo.aspx', null, " + "
|
| Asp.Net Timer | 28 Nov 2003 13:13 GMT | 2 |
Can anyone help me with creating a timer in ASP.Net using JScript. I've seent the Timer control but can't get it to work in JScript because it doesn't recognise the Elapsed property of the Timer control. I want to create an interval of about 5 seconds or so before something
|
| How can I use Substr() method | 27 Nov 2003 09:25 GMT | 2 |
Within ASP, I get a variable from another form, then do some string operations by passing it to a JS function, which is supposed to return a value. But it prompts erro page. Pls advise solution. Ms JavaScript cannot support
|
| Losing '\' in passing string ... | 25 Nov 2003 21:18 GMT | 6 |
I am not a JSP programmer, but recently I wrote several .asp to load an applet. The problem is that a string varialbe, compname, lost '\'s in it. For example, if
|
| VsaEngine Jscript | 25 Nov 2003 17:16 GMT | 1 |
I use VsaEngine JScript for run my code but when i destroy it dosn't disallocate memory. How i do? I try with new APPDomain it works better but however there are problem.
|
| How can I pass parameter to a function | 24 Nov 2003 18:35 GMT | 3 |
I just get a input from another form, then pass it to a JS function, but it causes error, pls help to solve it. Thanks. ATtached pls find the simple program:
|
| save xml with jscript | 24 Nov 2003 09:46 GMT | 2 |
when i try to save an xml i get the following message : Permission denied. in a simple script like that: var doc = new ActiveXObject("msxml2.DOMDocument.4.0");
|
| Regular Expression question ... | 22 Nov 2003 08:17 GMT | 1 |
Since I still can't figure out how to get back the lost '\' in my string (see my previous posts), I plan to write a small function to resume the '\'s. The current string is: "system 1cabinet 2node 3", I want to make it to be
|
| Simple JSP question ... | 22 Nov 2003 01:43 GMT | 1 |
I am not a JSP programmer, but I recently wrote an .asp page to load an applet. One problem is that one string (compname) lost '\' in it: the original name should be "system 1\cab 2\node 3", but what I got is "system 1cab 2node 3".
|
| Microsoft common dialog | 19 Nov 2003 16:37 GMT | 1 |
i do have an aspx page with "Microsoft common dialog" that i added to my components. when i'm adding new component i get:
|
| tree structure | 18 Nov 2003 07:59 GMT | 1 |
I have used microsoft treeview webcontrol with a checkbox in each node (using c#.net) to draw a tree. The tree is directly formed from the xml. Tree is not created dynamically.
|
| New To Jscript | 15 Nov 2003 08:56 GMT | 1 |
Hello, I found some script which allows me to emulate "type down" functionality on a dropdown box. When I load it into my project I get a message box pop up which the script is loaded which says "Expected ")". It
|
| jscript and Data Access | 15 Nov 2003 08:54 GMT | 3 |
I want to use jscript to access a local database (I know that's a bit strange - I am not running this on the internet) but is it possible? Locally is a MSDE (sql) database and all I want to do is
|
| newbie: how to get radio button selected index and value | 14 Nov 2003 09:30 GMT | 2 |
I was trying to get the radio button selected index and value, but found selectRdo1 & selectRdo1 were undefined. var selectRdo1 = document.getElementById("rdoSelect").selectedIndex; var selectRdo2 = document.getElementById("rdoSelect").value;
|