Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1023 How can I retrieve the toolbars of the current window which were removed by the previous example?

irt.org | Knowledge Base | JavaScript | Window | Q1023 [ previous next ]

Q1023 How can I retrieve the toolbars of the current window which were removed by the previous example?

The following works well in Netscape Navigator 4+:

<SCRIPT LANGUAGE="JavaScript"><!--
function on() { 
    window.open('','_top','menubar=1,location=1,toolbar=1,personalbar=1,status=1,scrollbars=1');
}
//--></SCRIPT>

<FORM>
<INPUT TYPE=SUBMIT VALUE="On" onClick="on()">
</FORM>
</HTML>

Feedback on 'Q1023 How can I retrieve the toolbars of the current window which were removed by the previous example?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.