Client Side Scripting Help Needed! - URGENT 
Author Message
 Client Side Scripting Help Needed! - URGENT

I have a login prompt.  I need to use client side scripting (VBScript or
JScript) to check if the two text input fields have been filled in or not.
If they are not filled in, I need it to stay at the same page and tell them
via a msgbox that they need to fill in the fields.  If both fields are
filled in, I need it to continue to the next page.

If anyone can help me, it would be greatly appreciated!

Susan L.



Tue, 04 Jun 2002 03:00:00 GMT  
 Client Side Scripting Help Needed! - URGENT
Hi S

check out the "Validating Forms 1" script at my site.  cut, paste, modify
Script checks all types for non-usage

  Vinny <a href="http://members.aol.com/grassblad">GrassBlade: cut & paste </a>



Wed, 05 Jun 2002 03:00:00 GMT  
 Client Side Scripting Help Needed! - URGENT
  <FORM ACTION-"nextPage.html"
        onsubmit="if (this.elements[0].value != '' &&
this.elements[1].value != '') return true; else return false;"
  >
  <INPUT ...>
  <INPUT ...>
  <INPUT TYPE="submit">
  </FORM>

Quote:

> I have a login prompt.  I need to use client side scripting (VBscript or
> JScript) to check if the two text input fields have been filled in or not.
> If they are not filled in, I need it to stay at the same page and tell them
> via a msgbox that they need to fill in the fields.  If both fields are
> filled in, I need it to continue to the next page.

> If anyone can help me, it would be greatly appreciated!

> Susan L.

--

        Martin Honnen

        http://home.t-online.de/home/martin.honnen/jsgoddies.html



Wed, 05 Jun 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Client Side Scripting Help Needed! - URGENT (again)

2. Server Side Scripter needs help on Client Side

3. Urgent : Passing variables from client script to server side

4. Client Side Execution of Scripts - Urgent :)

5. Client side scripting / server side scripting

6. Accessing Data generated with client-side script from server-side script

7. Calling Server Side Script from Client Side Script

8. Call Server Side Script From Client Side Script

9. Client side scripting / server side scripting

10. Jscript and access db (client side only) - urgently need help

11. need help on client-side file download

12. very urgent:How to create an object like this on the client side

 

 
Powered by phpBB® Forum Software