How to make an iFrame Amazon Banner to open in a new window
Most people like their affiliate links to open in a new window, because almost all Affiliate links take the user away from the current site they are visiting, to a new website, where they can make a purchase or place an order. Webmasters often look for ways to make their affiliate links and banners to open in a new window, so the user does not leave their site. As long as the site is open in a background tab in the browser, chances are the user will come back to browse more parts of the website.

If you want your Amazon banner to open in a new window, you will need a slightly different code because Amazon banners use iFrame code, which is different from simple HTML. The attribute target=”_blank” does not work with iFrames; instead, you will have to use <1=_new as part of the “src” section of the code. It should be added to the end of the link code just before the closing apostrophe. An example code taken from bloggertipsandtricks.com is given below:
Code for Amazon Banner opening in same window
<iframe src="
http://rcm.amazon.com/e/cm?t=applesorangespears-20&o=1&p=12&l=ur1&category=gift_certificates&banner=127JF9E4530CSFRCY4R2&f=ifr" width="300" height="250" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>
<iframe src="
http://rcm.amazon.com/e/cm?t=bloggerfordum-20&o=1&p=12&l=ur1&category=gift_certificates&banner=127JF9E4530CSFRCY4R2&f=ifr<1=_new" width="300" height="250" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>



![The Social Networking Bill of Rights [Infographic] The Social Networking Bill of Rights [Infographic]](http://www.bloggergeeze.com/wp-content/uploads/2012/04/The-Social-Networking-Bill-of-Rights-59x59.jpg)





Pingback: Bloggergeeze » Blog Archive » How to make an iFrame Amazon Banner ...