View Full Version : write line and then going back after some sec
hantz
10-21-2007, 12:24 AM
that's exactly what i'm looking for...
after few secondes that the script will redirect the page "back"=to the was opened before...und nine to some url...:confused:
Trinithis
10-21-2007, 02:03 AM
window.setTimeout(function(){history.back();}, 1000);
hantz
10-21-2007, 09:26 AM
how you make the window close after some timeout?
tech_support
10-21-2007, 10:30 AM
setTimeout(function() { window.opener=self; window.close() },1000);
marcusth
12-10-2007, 09:23 AM
IF i wan to have it such that when user click "submit" button, will show a few line of msg for let say 1min, and then close the window, can any1 show me that line of code??
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.