• macgig

    (@macgig)


    how can I get this code to open in a new window? I edited it so Im not sharing the real code.

    <iframe src=”//rcm-na.amazon-adsystem.com/d/ju?o=1&a=12&l=ez&f=ifr&linkID=dca1464848373737383484&t=MYSITE-20&tracking_id=MYSITE-20″ width=”728″ height=”90″ scrolling=”no” border=”0″ marginwidth=”0″ style=”border:none;” frameborder=”0″></iframe>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Joy

    (@joyously)

    What you have is an iframe, which shows the external website in a frame with the size specified. Anything on the external website is under the control of the external website, so if there are links, they behave how that site wants them to behave, and you can’t change them.
    If you want a link to that site instead of showing what’s on that site, you would take that address and put it in a tag like <a href="xxxx">link text</a> instead of an iframe. The link can have a target="_blank" attribute, which can tell the browser to open it in a new window. This only works for links.

    Thread Starter macgig

    (@macgig)

    ok thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to get amazon banner to open in new window.’ is closed to new replies.