Close the current page – how to?

bizbez

Registered Member
Joined
Jan 26, 2011
Messages
86
Reaction score
3
Hi all,

I have a form that redirects to a thank you page after submission. I want this thank you page to be closed after a few seconds.
The redirection to this thank page is via php.

The form doesn?t open via JS or popup, it?s a part of a page.

Window.close(); doesn?t work for me here (on IE it works, but not on FF or chrome).
Anyone knows how to close a page without user permission?
 
Why close and not just redirect somewhere?
 
Back
Top