Shoutbox

HTML help ( Iframe ) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: HTML help ( Iframe ) (/showthread.php?tid=46487)

HTML help ( Iframe ) by albert on 06-18-2005 at 03:08 AM

hey im trying to use a Iframe, and it works ( well the page shows ), the only problem is when Im linking anything on that Iframe, well when  clicking a pop-up opens up with the page.. but I want it to change into the iframe.. anyways here's my Iframe code and my linking :

Iframe :

code:
<IFRAME SRC="news.htm" WIDTH=630 HEIGHT=484 name="News" frameborder=no name=h>

Linking :

code:
<a href="http://www.google.ca/" target=h>-</a></FONT><FONT face=Verdana
            color=orange size=1><a href="http://www.google.ca/" target=h><font color="#FFFFFF">Acceuil</font></a>


RE: HTML help ( Iframe ) by Mnjul on 06-18-2005 at 03:29 AM

quote:
Originally posted by lp15

Iframe :
code:
<IFRAME SRC="news.htm" WIDTH=630 HEIGHT=484 name="News" frameborder=no name=h>


You specified the property "name" twice...I think you should get rid of name="News" :)
RE: HTML help ( Iframe ) by albert on 06-18-2005 at 03:40 AM

:|.. ok feeling rlly stupid at the moment

Thx man, u always there ;-)