is this form of link possible? (one click = 2 url changes)

1 replies
Hello,

just checking if this is possible & if so, how I would do it:

PAGE 1 : link : target=_blank (goes to to PAGE 2)

PAGE 2: opens in a new window

Is it possible that a piece of code could also make PAGE 1 turn into PAGE 3?

so.....

One click opens a page in a new window but also changes the url of the current page?

Thanks in advance!
C
#click #form #link #url
  • Profile picture of the author BenB969
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[1935852].message }}
    • Profile picture of the author Frankie B Frank
      cheers Ben,

      just trying this out

      <a href="http://www.ebay.com" onclick="window.open('http://www.amazon.com',newwindow','width=400,height=200') ">LINK</a>
      however the above simply opens ebay in the same window (no popup occurs).

      Am I doing something wrong?

      Also, is this the type of popup that would be blocked?

      Basically I'm trying to direct the user to an affiliate product but also open a different page on my site which will offer them a free item in return for joining the mailing list.

      The alternative would be to get them to join the list first & then email them the affiliate product...but getting the affiliate sale is my primary goal.

      thanks
      Signature
      Amazon Kindle (romance/fiction)
      {{ DiscussionBoard.errors[1937158].message }}

Trending Topics