Popup Windows in WinXP and Service Pack 2

  • arunkish
  • Born
  • Born
  • No Avatar
  • Joined: Sep 17, 2004
  • Posts: 1
  • Status: Offline

Post September 17th, 2004, 9:41 pm

:oops: WinXp Service Pack 2 and Popup Windows. Does any1 know how can I open a popup Window using body onunload. Using any scripting JavaScript , VBScript, Flash..... or whatever u want.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 17th, 2004, 9:41 pm

  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2194
  • Loc: Canada
  • Status: Offline

Post September 18th, 2004, 3:59 am

i in no way condone the use of this.
Code: [ Select ]
<html>
<head>
<script language="JavaScript">
<!--
function unload() {
window.open('http://www.somewhere.com/program.cgi?name=value','windowName');
}
//-->
</script>
</head>
<body onUnload="unload()">
...
</body>
</html>
  1. <html>
  2. <head>
  3. <script language="JavaScript">
  4. <!--
  5. function unload() {
  6. window.open('http://www.somewhere.com/program.cgi?name=value','windowName');
  7. }
  8. //-->
  9. </script>
  10. </head>
  11. <body onUnload="unload()">
  12. ...
  13. </body>
  14. </html>

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 92 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.