Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: AUTO SUBMIT


Message #1 by "Brice, Charles" <Charles.Brice@u...> on Tue, 30 Jul 2002 12:44:00 -0400
You can't the submission needs to be form the client side TO the server 
side, so you will need to create the Javascript and include it on the 
calling form.

At 06:08 31/07/02 -0400, you wrote:
>Thank you Greg.
>How do I call the function inside of ASP?
>
>
>-----Original Message-----
>From: Greg Griffiths [mailto:greg2@s...]
>Sent: Tuesday, July 30, 2002 8:18 PM
>To: JavaScript HowTo
>Subject: [javascript_howto] Re: AUTO SUBMIT
>Importance: Low
>
>
>Yes it does, but your code is all wrong, your BODY Tag needs to go before
>any FORM tags for example and your form won't sumbit after 5 secs given the
>current format as the submission is in a function that is never called.
>
>At 12:44 30/07/02 -0400, you wrote:
>
> >Hi all
> >    I am new to JavaScript.
> >    I am trying to get a form to auto submit.
> >    Is the following code correct?
> >    Does the 5 mean 5 seconds?
> >    TIA
> >Charles
> >
> >Welcome
> >
> >
> >---
> >
> >Improve your web design skills with these new books from Glasshaus.
> >
> >Usable Web Menus
> >http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> >r-20
> >Constructing Accessible Web Sites
> >http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> >r-20
> >Practical JavaScript for the Usable Web
> >http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> >r-20
>
>
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20



  Return to Index