You will have to create a custom confirmation page.
Then use a meta refresh tag to take them back to
the page containing the link they clicked to open the form page.
Assuming the page containing the link is
index.html add this to the custom confirmation page:
<META HTTP-EQUIV=Refresh CONTENT="3; URL=index.htm">
Closing the page could also be done with a javascript.
However since the confirmation page is not opened in
a new window, the user would be prompted to click a pop-up
to close the page.
hth
--
95isalive
This site is best viewed..................
...............................with a computer
AC said:
Simple question probably, but how would I have a confirmation page
automatically close the window after three seconds?