I am posting to a page that does a bunch of processing and at the end submits automatically with the following:
<script language="javascript">window.document.AuthForm.submit()</script>
This script does not work in Mozilla, build 2002053012, however. Is there anything special I need to know here?
<script language="javascript">window.document.AuthForm.submit()</script>
This script does not work in Mozilla, build 2002053012, however. Is there anything special I need to know here?