Closed Bug 172958 Opened 23 years ago Closed 23 years ago

it's not work

Categories

(SeaMonkey :: General, defect)

defect
Not set
normal

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>
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
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.