| Thread | Last Post | Replies |
|
| Renaming a registry KEY using WMI | 31 Aug 2003 20:19 GMT | 1 |
Is it possible to rename a Key or a Value Name using WMI? I haven't found any examples or methods doing that. please help!
|
| accessing document.script | 31 Aug 2003 09:34 GMT | 2 |
I have script in VBS. when I translate it into JS I can't access "document.script". generally, that script cooperates with html page, which contains its own title and: <script>
|
| JavaScript Printing | 30 Aug 2003 09:24 GMT | 2 |
hello all, how can i print a Web page. is there a java script ? and is it possible to set the docment properties ? Thanks in advance
|
| HTA (mshta.exe) won't terminate if java applet is running under XP | 29 Aug 2003 21:21 GMT | 2 |
I searched the groups for days ... Following Problem: I have an HTA with a java applet in it. Works fine. And when I close it, the window is away. But the mshta.exe process is still running and
|
| Dynamically Created Element Wont Fire Events | 29 Aug 2003 20:26 GMT | 3 |
Can someone please tell me why the button dynamically created in the following snippet wont fire events in IE 6? <html> <head>
|
| How To pass/ Return a value from Client side JavaScript to Server Side VBScript? | 29 Aug 2003 18:49 GMT | 2 |
I need to do something like this in ASP: Pls help me!!! ======================================================= <% VBScript Function ServerSideVB( x )
|
| Basic question about J++ | 29 Aug 2003 07:13 GMT | 1 |
Hi, I'm a newb on J++, and i wrote and compiled an application.. not an applet.. and it won't execute because I have an undefined package..for specifics 'lang'.. I don't know what to do.. please reply
|
| Interrupt a script in ScriptControl | 28 Aug 2003 14:35 GMT | 1 |
Is there a way to programmatically interrupt a script that is running inside the Microsoft Script Control?
|
| innerHTML | 28 Aug 2003 12:47 GMT | 1 |
hello i have 5 fields with input fields. (The input fields are variable 1-10) Is it possible with one button press to get all the value's and write the value's in a difrend <div> with A1.innerHTML?. (A1 for input field 1, and A2
|
| submit() method not available?? | 28 Aug 2003 09:26 GMT | 2 |
I am trying to call the submit() method of the Form object when the user clicks on a button on the screen. I keep getting the error "Object doesn't support property or method"???
|
| MSXML/SAX and Javascript PLEASE HELP ! | 27 Aug 2003 12:00 GMT | 1 |
I would like to know; if someone know, if its possible to use Sax MSXML Parser with Jscript. If so how to ? I can instanciate ActiveX Object by writing var objDocXml = new ActiveXObject("MSXML2.SAXXMLReader") ;
|
| Load .js file from another .js file | 27 Aug 2003 06:33 GMT | 1 |
I have "first.js" and "second.js" files. Can i use from "first.js" file functions from "second.js"? I have only .js!!! and i can't use something like <script> or document.write(...) Thanks in advance.
|
| new activxobject("wscript.shell"); | 26 Aug 2003 21:25 GMT | 4 |
i can't use this in jscript htm file, secure level medium will lead to the failure.
|
| recent changes since security updates?! | 26 Aug 2003 11:19 GMT | 1 |
--- my apologies for crossposting this with: microsoft.public.inetsdk.programming.scripting.jscript ---
|
| Are there indenters for Javascript? | 26 Aug 2003 03:49 GMT | 1 |
I'd like to indent a JScript file that looks ugly thus hard to understand. As it's pretty big, I don't want to waste time reformatting the layout. Are there any tools that do this automatically to JavaScript code? Thanks,
|