Closed
Bug 87465
Opened 24 years ago
Closed 24 years ago
history.length gives access denied
Categories
(Core :: Security, defect)
Tracking
()
People
(Reporter: bugzilla, Assigned: security-bugs)
References
()
Details
PR1 User Feedback:
----------------------------------------------------
Primary Browser: iex Internet Explorer 6.0
Operating System: WinME
Language: English
Issue Summary: Some web pages are not fully functional. Next site or
continue does not work.
Component: Navigator
Doing What: Browsing web pages
Severity: SomethingDidNotWorkRight
Can Reproduce: Always
Try this URL: http://
Issue Detail:
On any Etour (www.etour.com) page the Next Site
button is not functional. This happen on both my
home and work computer. On other web sites the if
there is a continue or go function it will not work.
----------------------------------------------------
I get "Error: uncaught exception: Permission denied to access property"
I presume it's because of:
if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4)
iHistoryEnd = window.parent.frames["etourmain"].history.length;
else
iHistoryEnd = window.parent.history.length;
Is it correct that we disallow window.parent.history.length? If so (why?),
please reassign to evangelism.
Updated•24 years ago
|
Summary: Next Site button doesn't work → history.length gives access denied
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 86984 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•