Popup Window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • markvh
    Confirmed User
    • Jan 2001
    • 258

    #1

    Popup Window

    How can I create a popup that loads in the background of my site? So only when my site is closed the surfer sees the new window
  • Pete
    Confirmed User
    • Jan 2001
    • 6617

    #2
    this works good<script language="JavaScript">
    dhpop2 = window.open('','Console4','toolbar=0,location=0,di rectories=0,status=0,menubar=0,scrollbars=1,resiza ble=1,height=500,width=600');
    dhpop2.blur();
    dhpop2.location = 'http://www.yoursite.com;
    </script>

    Evoke Electronics

    Comment

    • Pete
      Confirmed User
      • Jan 2001
      • 6617

      #3
      <script language="JavaScript">
      dhpop2 = window.open('','Console4','toolbar=0,location=0,di rectories=0,status=0,menubar=0,scrollbars=1,resiza ble=1,height=500,width=600');
      dhpop2.blur();
      dhpop2.location = 'http://www.yoursite.com';
      </script>
      Evoke Electronics

      Comment

      • Pete
        Confirmed User
        • Jan 2001
        • 6617

        #4
        sorry it wont show up after I submit the reply
        Evoke Electronics

        Comment

        • Pete
          Confirmed User
          • Jan 2001
          • 6617

          #5
          I'll try one more time
          script language="JavaScript">
          dhpop2 = window.open('','Console4','toolbar=0,location=0,di rectories=0,status=0,menubar=0,scrollbars=1,resiza ble=1,height=500,width=600');
          dhpop2.blur();
          dhpop2.location = 'http://www.adailynude.com/pop1.html';
          </script>

          Evoke Electronics

          Comment

          • Pete
            Confirmed User
            • Jan 2001
            • 6617

            #6
            just change the url and add < before script

            Evoke Electronics

            Comment

            • Pete
              Confirmed User
              • Jan 2001
              • 6617

              #7
              oh ya, you can change the size of the window and add or remove the scrollbar etc. With 0 being off...just incase you didnt know
              Evoke Electronics

              Comment

              • markvh
                Confirmed User
                • Jan 2001
                • 258

                #8
                Thanks for the script. I'm just alittle confused, where in my html must I add the script?

                Comment

                • Pete
                  Confirmed User
                  • Jan 2001
                  • 6617

                  #9
                  between the head tags
                  Evoke Electronics

                  Comment

                  • markvh
                    Confirmed User
                    • Jan 2001
                    • 258

                    #10
                    I'm kinda new with html, i'm not sure how to add this script. I tried placing it between the head tags but it doesnt seem to work, i quess it's me thats doing something wrong but have no idea what The script text keeps turning red

                    Comment

                    • Rick55
                      Registered User
                      • Feb 2001
                      • 63

                      #11
                      You need to close the script off.
                      </script>

                      ------------------
                      <center><a target=_blank href="http://www.omegacash.com/index.asp?ref=110">Make $1.50 P/Min!
                      <img src="http://www.omegacash.com/images/banners/oc-s02.gif" width="120" height="60" border="1">
                      Start Now!</a></center>

                      [This message has been edited by Rick55 (edited 01-15-2002).]
                      <a href="http://www.omegacash.com/index.asp?ref=110">Make $1.50 P/Min with
                      Live Phone sex</a>

                      Comment

                      • Rick55
                        Registered User
                        • Feb 2001
                        • 63

                        #12
                        Damn,
                        I did the same thing

                        /script>
                        put a < in front of the slash

                        ------------------
                        Put a stripper on your desktop
                        Totem Cash
                        Gilligan's Island was the best show ever made
                        <a href="http://www.omegacash.com/index.asp?ref=110">Make $1.50 P/Min with
                        Live Phone sex</a>

                        Comment

                        • Pete
                          Confirmed User
                          • Jan 2001
                          • 6617

                          #13
                          Put this
                          Evoke Electronics

                          Comment

                          • flux
                            Registered User
                            • Jan 2002
                            • 4

                            #14
                            <a href="http://www.theadultwebmaster.com/coderscorner/consoles/">http://www.theadultwebmaster.com/coderscorner/consoles/</a>

                            Comment

                            • geoff
                              Confirmed User
                              • Feb 2001
                              • 192

                              #15
                              nice popup code generator here : http://www.cgiscript.net/cgi-script/...one&id=38&op=t

                              ------------------
                              Nothing motivates more than the thought of being poor!
                              Nothing motivates more than the thought of being poor!

                              PornMegaBucks 25 niche sites - 60% recurring - build yourself some long term recurring income
                              Software Bucks - CleanBrowser + iSuperCharger

                              Comment

                              • markvh
                                Confirmed User
                                • Jan 2001
                                • 258

                                #16
                                Thanks for all the help guys

                                Comment

                                Working...