Closed
Bug 57409
Opened 24 years ago
Closed 24 years ago
The "index" button does not work
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
People
(Reporter: mr, Assigned: security-bugs)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001012
BuildID: 2000101220
The two small buttons (white half circle) on the right of the form (labelled, in
french, "index" and "rues") do not work (they should link to another page).
Reproducible: Always
Steps to Reproduce:
Go to the url and click on one of the buttons
Actual Results: We stay at the homepage
Expected Results: Go in the linked page (works in netscape 4.72)
Comment 1•24 years ago
|
||
This site consists of frames inside frames.
The index.html is frameset which has a frame. This frame is a html page which
is a frameset, which has a frame. This frame is a html page which is a
frameset, which has a frame. This frame is a html page which is a frameset,
which has multiple frames. One of the frames is search.asp which has the two
links in it.
The url for one of the two links call javascript which do:
parent.parent.parent.topframe.main.frame_center_down.location.href="rub_list/frame_rub_list.asp";
The other link is similar.
The problem might be connected to the number of nested frames.
Comment 2•24 years ago
|
||
Actually, this may be a Security issue. In the Mozilla JavaScript console,
there is this error:
Error: uncaught exception: [Exception..."Access to property denied"
code: 1010
nsresult: NS_ERROR_DOM_PROP_ACCESS_DENIED
location: http://pronet1.bvdep.com/fr/htm/mainframe.asp
Line 65
Reassigning to Security for further triage -
Assignee: rogerl → mstoltz
Status: UNCONFIRMED → NEW
Component: Javascript Engine → Security: General
Ever confirmed: true
QA Contact: pschwartau → czhang
Assignee | ||
Comment 3•24 years ago
|
||
All I see at this URL is the title "error" and an error code...has the page gone
away?
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•24 years ago
|
||
Hello,
I tested the site (http://www.pagesdor.be/) this morning, it works fine.
Maybe it
was a bit overloaded friday.
Mehdi Rahman
Marking WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•24 years ago
|
QA Contact: czhang → junruh
Comment 5•24 years ago
|
||
Reopening and changing summary. The "rues" button works, but the "index" button
does not. I'm seeing the same thing Phil Schwartau saw. Clicking on the "index"
button throws a javascript error.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Summary: The "index" and "rues" half buttons do not work → The "index" button does not work
Comment 7•24 years ago
|
||
function ShowRubricList()
{
SaveSearch();
parent.topframe.location.href = "rub_list/frame_rub_list.asp?NoCache=" + Math.random();
}
this is the bad code. Dunno what is wrong with that.
Please note that everything is done with layers and all the other functions are
documents.layers and document.all, but not this one. It's a wonder the page lays
our correctly.
Also still getting the security error and a few more Invalid Dom js errors.
Sending to evanglism, they need to design their site with something else than
frontpage express (or related).
Component: Security: General → Evangelism
Assignee | ||
Comment 8•24 years ago
|
||
*** This bug has been marked as a duplicate of 56053 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 9•24 years ago
|
||
I can't reproduce this on the above site anymore, but from looking at the site I
think the problem is that caps is preventing setting location.href across
domains, which it shouldn't. This is covered by bug 56053. I don't think the
frames are the issue.
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•24 years ago
|
||
Verified DUPLICATE on:
MacOS90 2001-02-13-04-Mtrunk
LinRH62 2001-02-13-06-Mtrunk MOZILLA
Win98SE 2001-02-13-06-Mtrunk
Comment 11•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
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
•