Closed
Bug 177767
Opened 22 years ago
Closed 22 years ago
only 1 of 4 frames displayed
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rcoe, Unassigned)
Details
Attachments
(1 file)
1.07 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
MS frontpage hogwash
See attached file.
banner.htm displays, but menu/tree.htm, menu/search.htm, and content/Content.htm
do not.
Can specify the individual .htm files and load ok.
Suspect MS non-standard output to blame.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
![]() |
||
Comment 2•22 years ago
|
||
<frameset frameborder="0" border="0" scrolling="AUTO" cols="*">
<frame src="banner.htm" scrolling="NO" name="banner">
<frameset cols="280,*">
That markup should show the banner only, not the frameset (since you specified
that there be only _one_ column).
Of course you specified two rows for the outermost frameset but never provided a
second row...
Summary: A </frameset> is desperately missing somewhere. _I_ can't tell where,
so there's no way in hell the parser could...
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
I can't even see the source in the attachment, perhaps it's munged ?
<!-- Sample HTML file -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Global Software Platforms</title>
</head>
<frameset frameborder="0" border="0" scrolling="AUTO" rows="160,*">
<frameset frameborder="0" border="0" scrolling="AUTO" cols="*">
<frame src="banner.htm" scrolling="NO" name="banner">
<frameset cols="280,*">
<frameset rows="*,200">
<frame src="menu/tree.htm" name="navigate" scrolling="AUTO">
<frame src="menu/search.htm" name="search" scrolling="NO">
</frameset>
<!--
<frame src="menu/navigate.htm" name="navigate" scrolling="AUTO">
-->
<frame src="content/Content.htm" name="contents" scrolling="AUTO">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
<p>To view this page, you need a browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html>
![]() |
||
Comment 4•22 years ago
|
||
Perhaps what is munged?
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•