+ Reply to Thread + Post New Thread
Results 1 to 7 of 7

Thread: Putting A Popup On An Outside Site

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Putting A Popup On An Outside Site

    Looking for some of your programming expertise here. I know that you can enter code on a specific page you own and have a popup appear but can you have a new (outside page) load and have a popup on that page?

    Basically I want to have a external links on my site that when clicked load the new page but also loads a pop up on the new page. Is it even possible to have a pop up on a page you don't own?

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You could put the new page inside of an iframe and then pop it up or you can make it open the popup right when they click the link.

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You would create the popup with javascript before sending the person to the new page.
    Code:
    link

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry for the confusion (or maybe I'm confused) but I don't want the new page to load IN the popup. I want it to load on a click like a normal new page would and then have a popup load over that new page.

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    64
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I must be missing something

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Works great...thanks!

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You can set the popup size and other options too, just lookup window.open on google for how to do it.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts