Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Jscript automatically submit form after certain time?

5 views
Skip to first unread message

Bryan Clark

unread,
Feb 12, 2000, 3:00:00 AM2/12/00
to
I need a way to have a form submit after a certain timeout.  For example:
 
                <body onload="window.setTimeout('document.form.submit();' 9000);">
 
This is what I need to work, except that this doesn't work.

Vidar Petursson

unread,
Feb 12, 2000, 3:00:00 AM2/12/00
to
Hi

<body onload="setTimeout('document.forms.MyForm.submit()', 9000)">

<form name="MyForm" action="bla" method="POST">
</form>

--
Best Regards
Vidar Petursson MVP
http://www.icysoft.com
The...@icysoft.com
icy...@vortex.is

No matter where you go there you are
-
"Bryan Clark" <br...@neainc.com> wrote in message
news:eZBv27Wd$GA....@cppssbbsa02.microsoft.com...

0 new messages