[tt]
hello all, I have a form which is being submitted and immediatelly redirects to my default page.
I would like to display a "Thanks.asp" page after the re-direct.
How can I modify this code to trigger after the re-direct?
<script language="JavaScript">
<!--
function win_open() {
window.open('Thanks.asp','','toolbar=no,directories=no,status=no, scrollbar=no, width=320,height=320,left = 220, top =220');
}
function now() {
setTimeout("win_open()", 2000);
}
now();
//-->
</script>
Thanks in advance...
Delete * from brain Where MaxLevel = "Full" and reaction = "Slow" order by StartOver
hello all, I have a form which is being submitted and immediatelly redirects to my default page.
I would like to display a "Thanks.asp" page after the re-direct.
How can I modify this code to trigger after the re-direct?
<script language="JavaScript">
<!--
function win_open() {
window.open('Thanks.asp','','toolbar=no,directories=no,status=no, scrollbar=no, width=320,height=320,left = 220, top =220');
}
function now() {
setTimeout("win_open()", 2000);
}
now();
//-->
</script>
Thanks in advance...
Delete * from brain Where MaxLevel = "Full" and reaction = "Slow" order by StartOver