| Thread | Last Post | Replies |
|
| how can I get the code? | 30 Jun 2008 08:30 GMT | 2 |
The script is loaded by <script src="script.asp"></script>,when I visited the page "script.asp",what I got was a blank page . How can I get the script code?
 Signature jtz
|
| Is there any tail of script file? | 28 Jun 2008 09:07 GMT | 1 |
I wanted to get the code of a script loaded by <script scr="script.asp></script>,I failed to download the script file "script.asp" , is there other way to peer the code?Is script file cached in driver or stored in meomery in plain text?If it is cached ,how to find it ? If it is ...
|
| Bad precision when left shifting | 27 Jun 2008 15:54 GMT | 9 |
Dear fellow Jscripters I have a problem with Jscript mathematics. I'm writing a function to convert a IPv4 dotted decimal string into a decimal number. Take for example 207.46.193.254 which corresponds to the decimal numerical address
|
| How can i get the position of a word or a letter in a tag in web browser? | 26 Jun 2008 12:15 GMT | 4 |
|
| How can i list all attributes of a DOM node/Element/Tag ? | 24 Jun 2008 09:07 GMT | 2 |
|
| callback not working... | 23 Jun 2008 23:29 GMT | 1 |
Hi, I have a js function that takes a list of functions that have been added to an array member, and then, at a given time, is expected to call those functions. Example:
|
| detecting if a link URL or an image exists | 22 Jun 2008 16:34 GMT | 10 |
Is there a way in Javascript to programmatically check if a URL exists? I would like to add some code that only displays an image or link if it exists, rather than the page showing a red X for a non-existent image or showing a broken link in the case of another page URL. Thanks.. ...
|
| item() Method is a String Value - IE7 | 19 Jun 2008 23:49 GMT | 2 |
In IE7, this:- alert(document.body.childNodes.item === "[object]"); is true. Why is childNodes.item returning "[object]" ?
|
| How to display a given text in the bottom line of the browser? | 18 Jun 2008 07:15 GMT | 3 |
I need to display the "copyright information" in the *bottom line* of the browser. How am I supposed to position this in the bottom line of the browser, even when the browser window is resized. Any help would be highly appreciated,
|
| Alternative to PowerShell... | 16 Jun 2008 21:06 GMT | 3 |
Hi, Folks! I have been working on updating a .NET script engine originally written by Rama K. Vavilala called "NScript" originally posted on CodeProject. I have recently re-compiled this program for the
|
| opening url in the same window | 10 Jun 2008 07:47 GMT | 3 |
I have an application that opens a specific url using the window.open command. I name the window i open "Case" I need to be able to load a different url into this window if the user tries
|
| done | 06 Jun 2008 19:22 GMT | 4 |
I am new to this, how would I get this script to echo 'Done' after the script is done. var fso = WScript.CreateObject("Scripting.FileSystemObject"); var WSH = new ActiveXObject("WScript.Shell");
|
| Different Type of String Value? | 03 Jun 2008 21:55 GMT | 7 |
There is a strange issue with IE (IE7 here) and the string value returned from properties that have not been set. The problem is that there is an Error thrown when calling getElementById or getElementsByTagName.
|