Jump to content

one error happened with use FireFox


i3945

Recommended Posts

I use <iframe> and <map> in my page.Some code like this:<iframe name="mainFrame"><map> <area href="" target="mainFrame"></map>In IE or Opera,this would open the new page in iframe,but in FireFox,the new page would open with new window.What should I do?Thanks for any help!

Link to comment
Share on other sites

Post your full code first. From what it looks like, it could be that you didn't close your iFrame tag.

Link to comment
Share on other sites

<table> <tr><td> <img src="images/index_top/1_r3_c1.gif" alt="" name="n1_r3_c1" width="235" height="46" border="0" usemap="#n1_r3_c1Map"> </td></tr> <tr><td> <iframe name="main_content" id="main_content" src="Homepage.htm" frameborder="0"></iframe> </td></tr></table><map name="n1_r3_c1Map"> <area shape="circle" coords="36,17,15" href="index.htm" target="main_content"></map>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...