Click to See Complete Forum and Search --> : frames and links


dennic
03-16-2003, 01:26 AM
I have created a website with frames, on the home page it has 3 frames and on the main page i have created a link to go to a different website. trouble is when i click on the website it opens up inside the frame of the first website.

make sense???

here is the code

<!--Footer-->

<div id="footer">

<CENTER>
<font size="-1">
Copyright ® Capricorn Sandstone. All Rights Reserved. This site was designed by <A HREF="http://www.dennic.com.au">Dennic.</a>
<br>
<br>

khalidali63
03-16-2003, 06:42 AM
Originally posted by dennic
........ trouble is when i click on the website it opens up inside the frame of the first website.
<A HREF="http://www.dennic.com.au">Dennic.</a>


An you want this link in the frame to open in a new window?

just ad the target atribute in the anchor tags

<A HREF="http://www.dennic.com.au" target="_blank">Dennic.</a>

Cheers

Khalid