I have this code...
<SCRIPT LANGUAGE="VBScript">
Sub SubmitForm
DataForm.submit
DoEvents
if window.parent.frames("main"
.location <> "home.asp" then
window.parent.frames("main"
.location.reload
end if
End Sub
</SCRIPT>
DoEvents does not exist in VBScript (from what I have read)Is there some way I can force the submit to finish or find out when it has finished, so that I can reload the page after the submit?
Cheers, Ladyhawk.![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **
<SCRIPT LANGUAGE="VBScript">
Sub SubmitForm
DataForm.submit
DoEvents
if window.parent.frames("main"
window.parent.frames("main"
end if
End Sub
</SCRIPT>
DoEvents does not exist in VBScript (from what I have read)Is there some way I can force the submit to finish or find out when it has finished, so that I can reload the page after the submit?
Cheers, Ladyhawk.
![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **