Closed
Bug 133360
Opened 23 years ago
Closed 23 years ago
Pricewatch.com doesn't show text entry box for form
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 132673
People
(Reporter: wd, Assigned: jst)
References
()
Details
(Keywords: regression)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9+)
Gecko/20020325
BuildID: 2002032503
At the top of http://www.pricewatch.com there should be a text box for entering
search data. It's not there with Mozilla
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.pricewatch.com
2.Try to enter a search phrase at the top of the page
3.
Actual Results: There is no text box!
Expected Results: Text box is there
Works with IE and Netscape 4.x
The problem perhaps has to do with the element being created by document.write?
<!--
if(parent.top.sr){document.write('<INPUT TYPE=text name="criteria" size=25
value="'+parent.top.sr+'">');}
else{document.write('<INPUT TYPE=text name="criteria" size=25>');}
//-->
You need to log in
before you can comment on or make changes to this bug.
Description
•