popup script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • squeezeboobs
    Confirmed User
    • Nov 2003
    • 887

    #1

    popup script

    Anyone know of a popup script that will launch a popup window after a certain number of seconds?
    (oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo)
    ICQ 149295193
  • squeezeboobs
    Confirmed User
    • Nov 2003
    • 887

    #2
    http://www.google.com/search?hl=en&q...=Google+Search just shows a bunch of shit.
    (oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo)
    ICQ 149295193

    Comment

    • squeezeboobs
      Confirmed User
      • Nov 2003
      • 887

      #3
      found one

      Code:
      <head>
      
      <script language=javascript>
      	function conpop1() {
      	myWin = window.open('','johnpopup1','width=550,height=775,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes');
      	myWin.location = 'http://squeezeboobs.com/popup.html';
      	}
      	setTimeout('conpop1()', 1000);    
      </script>
      
      </head>
      (oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo)
      ICQ 149295193

      Comment

      • minimouse
        Confirmed User
        • Jun 2002
        • 1493

        #4
        I didn't know that Taylor Stevens was on the I'm live cam network.
        Dead

        Comment

        Working...