| Thread | Last Post | Replies |
|
| Capture maximize or restore down event in javascript | 30 Mar 2007 17:26 GMT | 4 |
Hi, I'm developing a web application where I've got a javascript window resize event handler that resizes specific content on my page based on the window size. Unfortunately, it seems that in IE6, when I maximize the browser window, or restore down after maximizing, the ...
|
| Pulldown Menus Dictating Option in other Pulldowns | 28 Mar 2007 15:01 GMT | 4 |
I have two questions about pulldown menus on forms. 1: Can I have the options of one pulldown menu be dictated by the choice from another pulldown menu (example beow)? 2: Can I have a form be submitted when a choice is made in a pulldown
|
| changing text or link in response to an event | 28 Mar 2007 09:33 GMT | 5 |
I know how to change an image in response to an event, such as onMouseOver. For example: <a href=url.com onMouseOver = document.images[1].src = someImage.src;> How can i do a similar thing to change the value of text or of a hyperlink
|
| I need a Splash screen | 28 Mar 2007 00:00 GMT | 4 |
Howdy, I have a script that takes some time to run. I would like to produce a screen that will stay up while my task runs and is taken down when it finishes.
|
| detecting a new line in the text | 27 Mar 2007 17:31 GMT | 4 |
If I have a long text which I copied from a Word document and pasted it into a JS variable in order to output it into HTML, how do I detect new line in the text and insert Line Feed Carriage Return?
|
| Stopping JS Memory leaks caused by document.createElement | 24 Mar 2007 10:56 GMT | 2 |
I have a DHTML page that has memory leaks after the page is closed (identified by drip.exe). They come typically from DOM objects (mainly DIVs and IMGs) created on the fly by the user while the page is used, e.g. var theNewPic = document.createElement('img');
|
| Call Web Service | 23 Mar 2007 09:13 GMT | 3 |
I need to call a .NET web service using javascript. This code only works in IE but not in Firefox or Opera. function CallWS(){ _service=http://localhost/Service/service1.asmx;
|
| Accessing globals from a named context | 23 Mar 2007 03:58 GMT | 1 |
I am trying to partition my code in the script engine using the pstrItemName parameter of ParseScriptText. When I do this I am no longer able to access items in the global context. Do I need to do something special to make this happen? Also is there a way to get the
|
| Different OO behavior in Active Scripting Vs. Windows Script Host | 22 Mar 2007 19:41 GMT | 6 |
I have always been under the impression that JScript would behave the same in WSH as it would in my own Active Scripting host application. Until today. I am trying to create some objects using inheritance as shown in the following script.
|
| increment decimal | 21 Mar 2007 23:48 GMT | 5 |
I want to increment decimal number in js. or adding .01. like var X=2.00 X +.01 = 2.01
|
| Posting to a Frame | 21 Mar 2007 11:34 GMT | 12 |
I have been trying to get a document to submit itself on a load to do a POST to a frame, with no success. Here's my generated code, can anyone suggest why the final frame loads but has no arguments passed to it?
|
| Searching for "CMap" like jscript class... | 21 Mar 2007 08:48 GMT | 4 |
I'm searching for a jscript class like MFC "CMapxxx". Is everybody know where i could find such a class ? Regards Manu
|
| put the script on start up.. | 21 Mar 2007 04:41 GMT | 5 |
I'm writing a jscript which load on startup to update file from server... is a simple script which only map drive from server and run a program to compare the file between server and client, and update if necessary. The file update process may take very long time so I want
|
| Error on: Multiple connections to a server of shared resource by... | 20 Mar 2007 16:09 GMT | 2 |
Hi all, i'm writing a jscript to update file from a fileserver through netbios. But i've problem with multiple user. For e.g: when userA logon to the "Samba Server", my script can't map any other drive on "Samba Server" by using userB. Basically my script as below:
|
| script to shutdown hard disk | 20 Mar 2007 11:53 GMT | 2 |
I wonder if there is any way to shut down a hard disk by any kind of script? I would appreciate your input.
 Signature Regards, Dan
|