Log in

View Full Version : I Frame Link Error



daydie
05-17-2007, 06:07 PM
i get a error when i code it to show the web and it opens a new page.

Code for I frame please.


Thanks. Sorry for posts as i say im new n needhelp :(

Veronica
05-18-2007, 09:25 PM
If you're using an iframe, you need to give the iframe a name, then have the html document open in that target. So if you iframe was like this:

<iframe name="myframe"... ></iframe>

you would write the link like:

<a href="http://www.google.com" target="myframe">Google</a>