| Thread | Last Post | Replies |
|
| String Replace is not working | 31 Jan 2007 00:28 GMT | 9 |
I have an Array "imagePaths[iX]" of paths like this one: C:\MyFolder\images\apple2.jpg But I need to convert them to relative paths, like this one: images\apple2.jpg
|
| Jscript and ADO | 30 Jan 2007 21:59 GMT | 3 |
Hi; I'm trying to use ADO from within WSH script written in Jscript. However I'm having problems creating a RecordSet can anybody give me any pointers as to whats wrong. It's the last line that fails with the error "Object
|
| Visual basic, placing a value of the register in my script. | 30 Jan 2007 12:02 GMT | 1 |
hi my name is jeremy. i'm a beginner vb programmeur. i'm making a script to make it possible that a user can put in some website's(in a txtbox) and that when the user press a button that he
|
| Moving script to server | 29 Jan 2007 09:42 GMT | 1 |
Currenly, I have a script function that I would like to remove from my web page and run remotely from a server. I need help on the modifications needed to get it to run on a remote server. <p>
|
| Replace selection | 27 Jan 2007 18:49 GMT | 8 |
I've come across an issue I cannot solve myself. The fragment of code below this message doesn't behave as expected in IE 6 (I don't know about other versions). When I select part of the text in the first P tag and part of the text in the second and then run the script, I will
|
| What data type is best to handle binary data in activex method. | 26 Jan 2007 16:39 GMT | 1 |
I have application in html, it receives the data XMLHTTPRequest.responseBody. I need to send this data to a internally written(C++) and signed ActiveX componet method.
|
| minimize jscript size | 26 Jan 2007 09:57 GMT | 2 |
Is there a tool I can use to remove all white space and comments and put my jscript all on one line to make it smaller for transfer? I saw they did this for the Asp.net ajax scripts and would like to do it too.
|
| Download files from server and save on client using javascript | 24 Jan 2007 23:12 GMT | 2 |
In the HTML report I have created, I have to save multiple files (more than 100) to the client as onClick event. I have URLs of all these files, Is it possible to save these files on client machine using java script when user clicks on a button?
|
| Popup disappears randomly | 22 Jan 2007 12:38 GMT | 4 |
I'm using popups to create a submenu. I can't use DIVs as the submenu crosses the border of a frame, something a DIV can't do. When clicking on the main menu item, the popup is created and displayed, this works fine. However, the popup will then disappear randomly. Sometimes ...
|
| How to list all (recursively) empty folders ? | 21 Jan 2007 12:14 GMT | 3 |
I would like to have a script which lists me all folders in a directory tree which are empty (= which contain no files and folders) If a folder contains other folders which in turn are empty then the parent folder should be seen as empty as well.
|
| Manipulating clipboard in JScript and WSH | 18 Jan 2007 12:37 GMT | 1 |
I need to paste the contents (text) of clipboard into a .TXT file, open in a Notepad window with a JScript running under Windows Script Host (not in IE!). How can it be done (if possible at all)? TIA,
|
| using jscript to dump text into textarea with carriage returns. | 17 Jan 2007 22:23 GMT | 1 |
I have a <textarea id="test"> </textarea> I want to populate it with a string that contains <br> (in lieu of <br>) and have it render with a carriage return in the text area.
|
| A Newbie-who-thinks-he's-a-Novice question about dialog screens... | 17 Jan 2007 16:29 GMT | 3 |
Hi, folks! This is a question about JScript/WSH (as opposed to JScript/IE). Why is it when I run: ====test1.js====
|
| Recommend an AJAX IDE | 17 Jan 2007 14:48 GMT | 1 |
Recommend an AJAX IDE Simultaneously Support AJAX applications development in Java and .NET. The programming language including Java, C# and VB. AJAX UI Library, totally visual design AJAX pattern.
|
| JS function which returns the screen resolution | 16 Jan 2007 07:46 GMT | 2 |
is there a JS function which returns the screen resolution set on a given Windows installation?
|