| Thread | Last Post | Replies |
|
| 3d grid processing in confirmit | 31 Jan 2008 18:25 GMT | 1 |
Confirmit may be a bit beyond the scope of this group, but it is based on jscript, and there doesn't appear to be a confirmit usenet group. I;m a new confirmit user, with little Jscript experience. I was trying to work om a generic way of processing each of the questions within a
|
| WScript.Shell.Exec().StdOut.AtEndOfStream waits for text | 29 Jan 2008 15:47 GMT | 5 |
I want to execute an app, process its output, but terminate the app if it takes too long. I thought using WScript.Shell.Exec() would be the ticket. However, I'm finding that AtEndOfStream waits until text appears in the executed app's stdout, or the app terminates. Read()
|
| dTimer javascript => why dTimer field undefined | 27 Jan 2008 10:53 GMT | 4 |
I got this error "document.getElementById(..) is null or not an object, and it puzzled me, why dTimer (the field that I defined) is getting "undefined"
|
| Write Bat file to email | 26 Jan 2008 11:20 GMT | 1 |
I would like to have a bat file to email helpdesk if the IMA service stops on any of may citrix servers. Can anyone point me to where I can find such a script?
|
| how to use window.open with netscape 8? | 24 Jan 2008 20:10 GMT | 12 |
i want to open a new window with some width/height etc ... I have no problem with IE7, but with Netscape 8.1.3, i get a new window but full screen. This is the code i use for Netscape:
|
| jscript radiobutton workaround???? | 23 Jan 2008 23:59 GMT | 3 |
Has anyone ever noticed that when an onclick event is tired to a radio button list AND the user clicks the LABEL of a radio button in the list rather then the button itself that the JS function will fire BEFORE the radio button list is refreshed? However, if the user clicks the ...
|
| window.onload - Error: Not Implemented | 23 Jan 2008 08:21 GMT | 1 |
I launched a modal pop-up window. In that popup window, there is code like: <SCRIPT LANGUAGE="JavaScript"> window.onload = SendRequest(2);
|
| Using Javascript with a required field in a webform | 21 Jan 2008 23:42 GMT | 7 |
I have most of the required fields on my from working, but I'm having trouble getting one specific textbox working the way I want. I want to require the field to be filled in with a certain number, "6". How is this accomplished using JavaScript?
|
| Enter key giving wrong results with onClick call | 19 Jan 2008 08:56 GMT | 1 |
I have a form that activates the onClick part and runs a javascript function. I'm finding that if the user presses the Button it works fine but if they press Enter it opens a new window and doesn't display the results I want. What do I need to change so the user can press
|
| readystate status | 18 Jan 2008 09:57 GMT | 3 |
I am trying to get a better understading of what each of the statuses of the readystate in IE mean. The MSDN article lists the following http://msdn2.microsoft.com/en-us/library/ms534359(VS.85).aspx
|
| IIS scripts | 18 Jan 2008 08:53 GMT | 2 |
Anyone written any Javascript code to determine the list of URLs of the websites hosted by a local IIS server? Would be very interested in this. Thanks,
|
| Selecting and copying text with button | 13 Jan 2008 22:57 GMT | 1 |
If I am in the wrong newsgroup please advise me. I am looking to do one of two things, whichever is possible. I have a page with multiple paragraphs of data. Each one has a tag that can be jumped to from an index at the top. I would like to click on the index item and jump to
|
| Hiding the toolbar, menubar, statusbar, etc. using JavaScript | 09 Jan 2008 02:18 GMT | 1 |
I would like to hide the menubar, statusbar, etc. in the browser by using JavaScript. I know how to do this using Window.open(), but because so many browsers try to prevent this method from executing, I want to open a window using the target property of a hyperlink and then hide ...
|
| JScript Question | 08 Jan 2008 09:18 GMT | 5 |
I downloaded a trial version of a computer game from the Internet, and the data file is written in Jscript, and one of the lines in the data file is this: x.js//INTERNAL
|
| change text value on changing select | 03 Jan 2008 13:21 GMT | 2 |
dear sir/madam I am using asp select tag. there are some values in select tag. I want when I select any value in select tag then its value should also be display in a text box.
|