Bidi Posted June 23, 2006 Share Posted June 23, 2006 I whant to make when some one open a web page frome my web to automalicly close or to close in 5 seconds. can some one help me pls Quote Link to comment Share on other sites More sharing options...
jitwad Posted June 23, 2006 Share Posted June 23, 2006 [!--quoteo(post=387065:date=Jun 22 2006, 11:07 PM:name=Bidi)--][div class=\'quotetop\']QUOTE(Bidi @ Jun 22 2006, 11:07 PM) [snapback]387065[/snapback][/div][div class=\'quotemain\'][!--quotec--]I whant to make when some one open a web page frome my web to automalicly close or to close in 5 seconds. can some one help me pls[/quote]This javascript solution is a little busier than it needs to be perhaps, but works like a charm. [a href=\"http://javascript.internet.com/navigation/autoclose-inactive-popup.html\" target=\"_blank\"]Closing child popups after X seconds[/a]Good luck. Quote Link to comment Share on other sites More sharing options...
X.Cyclop Posted July 2, 2006 Share Posted July 2, 2006 [code]<body OnLoad="window.close();">[/code] ;) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.