Closed
Bug 93179
Opened 23 years ago
Closed 23 years ago
canadiantire.ca - Web site has bad JavaScript
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
People
(Reporter: colinp, Unassigned)
References
()
Details
The first javascript drop down is supposed to update the second when a value is
chosen in the first. However, the second drop down's content is never updated.
Comment 1•23 years ago
|
||
It looks like it's the cross frame security that is causing this. I get Error:
uncaught exception: Permission denied to access property.
The first drop down is from cantire2.canadiantire.ca, the page itself is from
www2.canadiantire.ca.
The first drop down frame tries to use:
if (document.prov_form.province.options[0].selected) {
parent.topleft.location
='http://cantire2.canadiantire.ca/cgi-bin/storeloc/cityfind3.pl?province=AB'; }
and the parent part is denied access correctly, as it's from a different domain
name.
Comment 2•23 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 3•23 years ago
|
||
-> Non US English
Assignee: bclary → momoi
Component: US English → Non-US English
QA Contact: zach → jonrubin
Summary: Web site has bad JavaScript → canadiantire.ca - Web site has bad JavaScript
Comment 4•23 years ago
|
||
This should be marked as a duplicate of bug# 52920
Reporter | ||
Comment 5•23 years ago
|
||
yup, dup!
*** This bug has been marked as a duplicate of 52920 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 6•23 years ago
|
||
mass change, switching qa contact from jonrubin to ruixu.
QA Contact: jonrubin → ruixu
Comment 8•21 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: ruixu → english-other
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•