popup scripts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roseyrid
    Confirmed User
    • Feb 2002
    • 1058

    #1

    popup scripts

    Hello, i was wondering if anyone knows where I can find scripts for popups. I need a script that when someone leaves my page, a new page will popup, but if they click a link on my page, it wont popup.

    thanks,
    rosey
  • roseyrid
    Confirmed User
    • Feb 2002
    • 1058

    #2
    please help, i know one of you knows a resource page that can help explain popups to me. I would greatly appreciate it.
    thanks,
    rosey

    Comment

    • DatsMyStapler
      Confirmed User
      • Mar 2002
      • 125

      #3
      In your Head tag: (this tells it what to pop)

      <!-- begin x-it code
      var exit=true;
      function xit()
      {
      if (exit)
      open("http://www.yourdomain.com","_blank");
      }
      // end x-it code -->

      In your Body tag: (this tells it when to pop)

      onunload="xit()

      In your a href tag: (this is so that it doesnt pop when someone clicks your links)

      onClick="exit=false"
      SexyListX.com

      Comment

      • swedguy
        Confirmed User
        • Jan 2002
        • 7981

        #4
        The first 20-30 has what you need
        Google is your friend

        Comment

        • tree
          Confirmed User
          • Nov 2001
          • 1601

          #5
          Originally posted by swedguy
          The first 20-30 has what you need
          Google is your friend
          google is the shit

          Comment

          Working...