Forum Moderators: open
I'd like to have a simple "close page" button on the bottom that just simply closes the page....period. I'd prefer not to just link to another page.
What is the best way to do that? The javascript window.close() only works if the page was opened by a javascript which is not the case.
Suggestions appreciated.
On some browsers when you use that script, it pops up a message asking them if they want to close the window... personally, I think this is more frustrating than just clicking the X and don't recommend it.
Why not use a script that will just close the window after a few seconds on it's own?