lzhang
06-26-2006, 10:55 AM
After user submit a request in the current form, I give him a prompt:
<Script language="VBScript">
MsgBox "Request has been sent to manager.",48,"Note"
</Script>
I wish to switch back to the main page after the prompt. What shall I do to switch to the home page? ;)
<Script language="VBScript">
MsgBox "Request has been sent to manager.",48,"Note"
</Script>
I wish to switch back to the main page after the prompt. What shall I do to switch to the home page? ;)