| Thread | Last Post | Replies |
|
| Expand image just holding mouse click | 29 Feb 2004 23:11 GMT | 1 |
How can I make the image in my gallery be zoom in just while the mouse click is pressed and when the mouse click is release goes to the regular size Al
|
| Jscript database connection | 29 Feb 2004 15:50 GMT | 16 |
Hi.. i need some help here.. i'm new to ASP.. used to code in JSP.. I know tat ASP has 2 scripting languages.. Jscript and VBscript.. cos of my familiarity of Java..I was thinking of scripting in Jscript.. however.. references I found online are for VBscript.. is there any sites ...
|
| Access to classes from JScript | 29 Feb 2004 10:31 GMT | 2 |
I have created a simple class library using C# .NET and registered it using regasm. But there is not an obvious match between most types in C# (and the .NET framework) and JScript objects. Is it possible in Jscript to pass arguments to methods in these classes which are
|
| Need a Script to enter in username & password | 29 Feb 2004 06:32 GMT | 3 |
HI! I just need a script so that when I enter into a page on my password protected site that the username & Password get entered in for me and executed. ( meaning the enter button is pressed for me sort of like ). There used to be a way of doing that before like this example below..
|
| listing all matches - JSCRIPT under WSH REGEX - NEWBIE | 28 Feb 2004 21:10 GMT | 4 |
Hello JSCRIPT NEWBIE - the below code finds the first ocurrance of CCC, need it to list every line with the string. var fso = new ActiveXObject("Scripting.FileSystemObject"); var ts = fso.OpenTextFile("test.txt");
|
| Need advice on automated newsletters and emails | 28 Feb 2004 17:42 GMT | 4 |
HI! I would like to know if someone could suggest some good programs for automated newsletter and email submissions. A program that can store the users email address in a defined database that will send them a newsletter when scheduled, including an autoresponder,
|
| Is a collection a jscript object? | 27 Feb 2004 23:22 GMT | 8 |
There are many objects described as "collection" in the Script Runtime chapter in MSDN such as Drives, Folders, Files. But I am puzzled as to whether a "collection" is a Jscript object type or not. In the list of Jscript Object types in MSDN, array objects are listed but not ...
|
| mailto with multiple text field | 27 Feb 2004 18:26 GMT | 1 |
I want to use the following form: <form name="Myform" method="post" action=""> <p> <input name="name" type="text" id="name">
|
| Norton Internet Security 2003 modifying results page? | 27 Feb 2004 02:19 GMT | 5 |
I week or so I go I found an interesting thread on this, but I can't for the life of me Google it up again. It was about Norton Internet Security 2003 writing a code block into results pages that was supposed to trap script errors. Some people
|
| Sending mail without use of outlook | 26 Feb 2004 08:39 GMT | 1 |
H I'd like to send a mail without use of outlook or similar tools .Can i use jscript code ? Is it possible or i should write a program using C ?
|
| How to call an interface function with [out, retval] parameter in the Javascript? | 25 Feb 2004 21:30 GMT | 3 |
Could someone tell you how to call the GetCount function in the Javascript? interface IMyInterface: IDispatch { [id(1), helpstring("Get count")]
|
| How to change text of checkbox when disabling it | 25 Feb 2004 16:10 GMT | 8 |
I have a checkbox controlled by 2 radio buttons. I've been able to enable/disable the checkbox by clicking on the respective radio buttons. Now I'd like to be able to change the text label of the checkbox to light gray when the control itself is disabled and change
|
| XML DOM Document object can not save within JScript | 25 Feb 2004 12:23 GMT | 3 |
I have not been able to save an XML DOM object that I created using JScript. I was using JScript and data islands to successfully open XML files, manipulate them with XSL stylesheets and display the output in the web browser.
|
| why is this cursor not at textbox? | 25 Feb 2004 11:39 GMT | 1 |
I desigened a web with JSP, now i have two textbox, one of which is "ID", another is "Name" and a "image",my purpose is that as long as customer click on the image,the web will skip to another web,if the value in the "Name" is null,the current cursor should stay at the "Name" ...
|
| Javascript instances | 25 Feb 2004 11:29 GMT | 3 |
Target = IE5.5 Consider the following HTML: <html> <head>
|