Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

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 Antwort
  • 1 hat dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von 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>

Geändert am von cor-el

Alle Antworten (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.