
All of you might be familiar with opening HTML text links in a new window using “_blank” attribute. But it does not work in iFrame widgets or banners.
Instead of “_blank“, you need to add the following code to open iFrame links in a new window:
Here is an example:
Original code:
<iframe src="http://rcm.amazon.com/e/cm?t=1255415&o=1&p=13&l=ur1&category=holiday&banner=0JZA98M0RH2G176441R2&f=ifr"
width="468" height="60" scrolling="no" border="0" style="border:none;"
frameborder="0"> </iframe>
Altered one with <1=_new:
<iframe src="http://rcm.amazon.com/e/cm?t=yourAssociatesID&o=1&p=13&l=ur1&category=holiday&banner=0JZA98M0RH2G176441R2&f=ifr<1=_new"
width="468" height="60" scrolling="no" border="0" style="border:none;"
frameborder="0"> </iframe></div>
Hope you got it right!
Thank you!! Very useful.
Worked perfect! Thank You.
it’s nice to open it!
didn’t work for me. the page in my iframe is not mine and added the code and says url not found
my site is http://www.geocities.com/n.monterov
you are lifesaver….thanks so much
can u plz tell how to put iframe above the site header like a top banner and also scrolls……..
@Softpump
You can add iframe BANNERS or WIDGETS above your site header, but I think you cannot add the HTML iframes to blogger blogs.
Hi there
Well I used that same code in a site earlier this year and it used to work perfectly – the code’s below …. BUT now, for some reason, it now just goes to Amazon in the same window.
GRRRRRRRR – anyone else noticed this or is it just me?
I tried the code in a site and and it also goes to Amazon in the same window
@Ray
Don’t add spaces, copy paste the piece of code given above at right place. Try again.
Hi…Thank you
It’s work for me
freemontok
Work! Thank You.
Thanks! Very useful!!
Genius…Thanks
Thanks so much. This is exactly what I was looking for and couldn’t find it anywhere else.
this works only for the amazon link, it doesn’t work for anything else…i use iframe to insert a word document saved as html, and can’t open links in new window, this doesn’t work…any solutions?
wow!!!!!!!!!!
thank you so much
this is something that i am looking for
This doesn’t work for
http://www.purdue.edu/bcc/<1=_new
PLEASE HELP!!
Thanks