|
Re: window.open: msg#00038mozilla.devel.dom
Maxime Thonon wrote: how can i modify the command window.open() in the javascript engine of I don't think that window.open is implemented in the JavaScript engine, it is a method of the browser hosting the script engine. If you want to load a new page in the current window you can use window.location.href = 'whatever.html'; or if you want to use window.open then use window.open('whatever.html', '_self'); Crosspost and follow-up to netscape.public.mozilla.dom -- Martin Honnen http://JavaScript.FAQTs.com/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: recursive function + event : is this legal/supported ?: 00038, Martin Honnen |
|---|---|
| Next by Date: | Form images don't appear in form.elements: 00038, Howard Jess |
| Previous by Thread: | recursive function + event : is this legal/supported ?i: 00038, rvj |
| Next by Thread: | Re: window.open: 00038, Brendan Eich |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |