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...![]()
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...![]()
window.setTimeout(function(){history.back();}, 1000);
Last edited by Trinithis; 10-21-2007 at 04:25 PM. Reason: accidentally used ( instead of {
Trinithis
how you make the window close after some timeout?
Code:setTimeout(function() { window.opener=self; window.close() },1000);
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
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??
Bookmarks