crystalized
Programmer
Hello all,
I am developing a coldfusion app within it I have a page that at one point submits to itself, completes some processing then does a javascript submit using
When using IE this works just fine (just a flash with the submit). The problem is in Netscape (big surprise) when it does the javascript submit the page flashes briefly with Transfer Interrupted then proceeds with the page submission.
I have tried to ensure that all html code is completed before doing the javascript submit. I am somewhat at a loss here as to how to avoid this very irritating feature in NS.
Any hints are greatly appreciated Crystal
crystalized_s@yahoo.com
--------------------------------------------------
Experience is one thing you can't get for nothing.
-Oscar Wilde
I am developing a coldfusion app within it I have a page that at one point submits to itself, completes some processing then does a javascript submit using
Code:
<script language="javascript"><!--
document.forms.ProjectAdmin.submit();
//-->
</script>
I have tried to ensure that all html code is completed before doing the javascript submit. I am somewhat at a loss here as to how to avoid this very irritating feature in NS.
Any hints are greatly appreciated Crystal
crystalized_s@yahoo.com
--------------------------------------------------
Experience is one thing you can't get for nothing.
-Oscar Wilde