Closed
Bug 26680
Opened 26 years ago
Closed 24 years ago
Two adverts being displayed where there should be one
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: sitsofe, Assigned: leger)
References
()
Details
Attachments
(2 files)
I've got a feeling that this is one of those "we don't support Moz 5" bugs.
I suspect that the server doesn't send back any javascript if the browser is
wbetv or ie because those were the only browsers that understood IFRAME *and*
Javascript.
Expected:
One advert.
Result:
Two.
Build ID: 2000020414 WinNT 4 PS6.
| Reporter | ||
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
Actually, what I'm seeing in the source is different from the attatched
testcase. The html in the page looks very wrong, and I'm not sure what
the author is doing. There is one opening script tag and two closing
script tags, but in the javascript, there is another opening and closing
script tag written in an odd fashion using document.writeln. I think the
author is using some wierd differences between the two browsers to do
cause different html to be displayed on each browser.
I'm thinking that this bug should be marked invalid and the author be
notified that they're html is not standards complient and should be changed.
Comment 3•26 years ago
|
||
Comment 4•26 years ago
|
||
The problem occurs because mozilla now supports iframes. The page displays
the banner in an iframe and then if the browser isn't IE or webtv, it
displays the banner a second time. This second time is meant for 4.x which
doesn't show the iframe banner because it isn't supported. So, mozilla
does the right thing and shows both banners. The web page should be
changed to accomodate the new, more standards compliant, mozilla browser.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
reopen to mark dup
Status: VERIFIED → REOPENED
Resolution: INVALID → ---
*** This bug has been marked as a duplicate of 82954 ***
Status: REOPENED → RESOLVED
Closed: 26 years ago → 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 10•24 years ago
|
||
Well I'm not happy about forward duping but I'm marking this a verified dup.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•