Click to See Complete Forum and Search --> : back


dummyagain
May 31st, 2005, 11:46 PM
I would like to ask if there is any code for returning back to the previous page and pop up an alert window?

Thank you

Dr. Script
June 1st, 2005, 06:53 PM
Go to the previous page, you can just use history.back(). The alert could be added right before that code is run, or could be added to the IE-only onunload event handler.