Closed
Bug 75385
Opened 24 years ago
Closed 24 years ago
javascript:history.back() doesn't work in a frame in Mozilla 0.8.1
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: florin.iucha, Assigned: radha)
Details
I have a page with frames. One of the frames has a button with
onclick="javascript:history.back();".
It works on Netscape 4.76 and IE 5 but on Mozilla it doesn't do anything.
Updated•24 years ago
|
Assignee: rogerl → radha
Component: Javascript Engine → History: Session
QA Contact: pschwartau → claudius
Comment 1•24 years ago
|
||
Could you post a URL to this framed page?
over to session history
| Reporter | ||
Comment 2•24 years ago
|
||
I cannot post a URL since it is an internal WEB site.
Scenario:
Prerequisites:
4 HTML pages:
- A: a frameset with two frames: B and C
- B: a page with static text
- C: a page with a link to D
- D: a page with a form and in the form a button with onclick
Action:
Load A
Click on the link on D
Click on the button
| Assignee | ||
Comment 3•24 years ago
|
||
I recently fixed a bug (last week) on history.back(). Could you try one of the
latest builds.
| Reporter | ||
Comment 4•24 years ago
|
||
It's fixed in 2001041004.
Comment 5•24 years ago
|
||
worksforme per reporter...
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 6•24 years ago
|
||
and verified (it's really a dupe of a fixed bug)
Status: RESOLVED → VERIFIED
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•