Closed
Bug 32025
Opened 26 years ago
Closed 26 years ago
improper parsing of a script block
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: r_rom, Assigned: rickg)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)
BuildID: 2000031508
In the page at http://www.softseek.com/, a script block (see below) is supposed
to download and display a banner image; however, Mozilla displays the
following: ); //-->
The script block:
<SCRIPT LANGUAGE="JavaScript1.2">
//<!-- // unique string
var ds=(new Date()).getTime();
var rgroup='r865';
document.write('<SCRIPT SRC="http://softseek.zdnet.com/fcgi-
bin/becky/js/RGROUP=' + rgroup +'/idx=' + ds +'"></SCRIPT>');
//-->
</SCRIPT>
IE 5 and NC 4.7 display it fine.
Reproducible: Always
Steps to Reproduce:
1. Just visit the www.softseek.com
Actual Results: Displayed ); //-->
Expected Results: an image
Correction: it displayed '); //-->
I missed the single quote char the first time.
Comment 2•26 years ago
|
||
*** This bug has been marked as a duplicate of 31140 ***
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•