Closed
Bug 172958
Opened 23 years ago
Closed 23 years ago
it's not work
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kazuyat5, Assigned: asa)
Details
it works on ie but dosen't work on mozilla
<script>
window.opener.navigate("www.mozilla.org");
</script>
Comment 1•23 years ago
|
||
The navigate() method is specific to IE, try instead:
window.location.href = "http://www.mozilla.org"
This should work in all popular browsers.
--> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•