Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I hav firefox 16.0.1 and recently developed a simple website with iframe. It works in google chrome but does not work in firefox

  • 1 svar
  • 1 har dette problem
  • 2 visninger
  • Seneste svar af cor-el

more options

The first time the page loads it works find - the content of the iframe is loaded properly. When I click on the top links is when it does not open within the frame it opens out a new window.

<html>
<head>

<h1 style="color:red;"><center>Twist  -  Restaurant with a Twist</center> <h1>
</head>
<center>
<body style="background-color:yellow;">
<table>
<tr>
<td>&nbsp;&nbsp;
</td>
<td>
<a href="home.html" target="myIframe" > <b>Home</b> </a>
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>

<td>
<a href="about.html" target="myIframe"><b> About Us</b> </a>
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
<td>
<a href="menu.html" target="myIframe"> <b>Menu</b> </a>
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
<td>
<a href="contact.html" target="myIframe"><b> Contact Us</b> </a>
</td>
</tr>
</table>
</center>
<center>
<iframe id="myIframe" src="home.html" height="650" width="1400">

</iframe>

</center>
</html>
The first time the page loads it works find - the content of the iframe is loaded properly. When I click on the top links is when it does not open within the frame it opens out a new window. <pre><nowiki><html> <head> <h1 style="color:red;"><center>Twist - Restaurant with a Twist</center> <h1> </head> <center> <body style="background-color:yellow;"> <table> <tr> <td>&nbsp;&nbsp; </td> <td> <a href="home.html" target="myIframe" > <b>Home</b> </a> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> <td> <a href="about.html" target="myIframe"><b> About Us</b> </a> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> <td> <a href="menu.html" target="myIframe"> <b>Menu</b> </a> </td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> <td> <a href="contact.html" target="myIframe"><b> Contact Us</b> </a> </td> </tr> </table> </center> <center> <iframe id="myIframe" src="home.html" height="650" width="1400"> </iframe> </center> </html></nowiki></pre>

Ændret af cor-el den

Alle svar (1)

more options

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.