Click to See Complete Forum and Search --> : is it possible to change iframe source using plain html


redfox
02-12-2006, 08:18 PM
is it possible to change ifram source using plain html, if so please share the knowledge, thank you guys in advance, any help would be really appreciated

Kravvitz
02-12-2006, 08:49 PM
You can use the target attribute.

<a href="http://www.google.com/" target="myiframe">Google</a>
<iframe name="myiframe" ...></iframe>

Whay are frames so evil? (http://www.html-faq.com/htmlframes/?framesareevil)
Why Frames Are Bad (http://karlcore.com/articles/article.php?id=2)
http://apptools.com/rants/framesevil.php
http://www.456bereastreet.com/archive/200411/who_framed_the_web_frames_and_usability/
Why Frames Suck (Most of the Time)(1996) (http://www.useit.com/alertbox/9612.html)
What's wrong with frames? (http://www.htmlhelp.com/design/frames/whatswrong.html)
http://www.tamingthebeast.net/articles/framesnoframes.htm

redfox
03-20-2006, 07:42 PM
oh thanks kravvitz, i forgot to thank you, but here goes thanks