Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] automatic form submission (solved)
- From: innerlab at hotmail.com (Innerlab)
- Subject: [Javascript] automatic form submission (solved)
- Date: Thu Sep 23 15:51:05 2004
What was happening is that I was opening new window and right after submitting the form to that window. <script type="text/javascript">WinPop();Document.MyForm.submit();</script> But I guess the submission got sent before the window opened. So I moved the call to the WinPop() function up in the document, and it worked. Thanks for replying.
- References:
- [Javascript] automatic form submission
- From: Allard Schripsema
- [Javascript] automatic form submission
- Prev by Date: [Javascript] automatic form submission
- Next by Date: [Javascript] automatic form submission
- Previous by thread: [Javascript] automatic form submission
- Next by thread: [Javascript] automatic form submission
- Index(es):