open iframe in new window, how to open iframe in new window, tips, tricks, guide open iframe in new window
(Website Helper) iframe in new window Number of Visitors: Site Map

open iframe in new window



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about open iframe in new window, how to open iframe in new window, tips, tricks, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



Most of the website designers know that if they want a web page opened in a new window, they use "target=_blank", but "target=_blank" does not work for iframe. Many times, webmasters do not want the surfers to leave their page after they click the ad with iframe. There is a very simple way that you can let iframe opened in a new window. Here is what you need to do:

Instead of using "target=_blank", you use "&lt1=_new". The following is an example:

Original code:

<iframe src="http://rcm.amazon.com/e/cm?t=1255415&o=1&p=13&l=ur1&category=computer&
banner=0JZA98M0RH2G176441R2&f=ifr"
width="728" height="90" scrolling="no" border="0" style="border:none;"frameborder="0">
</iframe>

Insert &lt1=_new:

<iframe src="http://rcm.amazon.com/e/cm?t=yourAssociatesID&o=1&p=13&l=ur1&category=computer&
banner=0JZA98M0RH2G176441R2&f=ifr&lt1=_new"
width="728" height="90" scrolling="no" border="0" style="border:none;"frameborder="0">
</iframe>

(Website Helper) iframe in new window (c) EduSoftMax - www.edusoftmax.com