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="1stYearJava.htm"
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="0" name = javaCanvas width = 585 height= 276 scrolling=no src="1stYearJava.htm"
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]
<iframe name = javaCanvas width = 585 height= 276 scrolling=no src="1stYearJava.htm"
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="0" name = javaCanvas width = 585 height= 276 scrolling=no src="1stYearJava.htm"
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]