[Javascript] automatic form submission (solved)

Innerlab innerlab at hotmail.com
Thu Sep 23 15:54:33 CDT 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.




More information about the Javascript mailing list