Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

links not working inside iframes?

Status
Not open for further replies.

taval

Programmer
Jul 19, 2000
192
GB
I currently have a iframe that contains a html page which has several links on it. my iframe header tag contents currently look like this:

<iframe name = javaCanvas width = 585 height= 276 scrolling=no src=&quot;1stYearJava.htm&quot;

My problem was that i didn't want a border around the frame so I used frameborder attribute, and now my iframe header tag looks like this:

<iframe frameborder=&quot;0&quot; name = javaCanvas width = 585 height= 276 scrolling=no src=&quot;1stYearJava.htm&quot;

The iframe does not have a border but now problem is that the links on my html page that are inside the iframe do not work at all. if I take away the frameborder attribute then everything works fine,does anyone know why this is and how I can get around it?

Grateful for any help, Thanks.




[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top