Migrate
02-21-2005, 02:28 PM
Good afternoon!
I have a page with an internal frame.
If I change internal frame src in IE6, the page title is displayed in the back button menu in IE6, but in Forefox the page title is always the same (equal to the parent frame).
Can anyone tell if this is a bug in Firefox and if there is a way to overcome it?
Thanks in advance,
Migrate
Here is the code:
Main Page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Iframe</title>
</head>
<body>
<a href="empty1.htm" target="internal">Change internal to Page 1</a>
<a href="empty2.htm" target="internal">Change internal to Page 2</a>
<br/>
<br/>
<iframe src="empty1.htm" name="internal" id="internal"></iframe>
</body>
</html>
Internal Page 1:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Empty 1</title>
<script>
</head>
<body>
<h1>Empty 1</h1>
</body>
</html>
Internal Page 2:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Empty 2</title>
<script>
</head>
<body>
<h1>Empty 2</h1>
</body>
</html>
I have a page with an internal frame.
If I change internal frame src in IE6, the page title is displayed in the back button menu in IE6, but in Forefox the page title is always the same (equal to the parent frame).
Can anyone tell if this is a bug in Firefox and if there is a way to overcome it?
Thanks in advance,
Migrate
Here is the code:
Main Page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Iframe</title>
</head>
<body>
<a href="empty1.htm" target="internal">Change internal to Page 1</a>
<a href="empty2.htm" target="internal">Change internal to Page 2</a>
<br/>
<br/>
<iframe src="empty1.htm" name="internal" id="internal"></iframe>
</body>
</html>
Internal Page 1:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Empty 1</title>
<script>
</head>
<body>
<h1>Empty 1</h1>
</body>
</html>
Internal Page 2:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Empty 2</title>
<script>
</head>
<body>
<h1>Empty 2</h1>
</body>
</html>