|
|
Question : hide the address & menu bar?
|
|
Hi all, How to hide the address bar and menu bar when a new page is open?? ( I don't want to use the "window.open('','','')" function).
I need to open a new window without address & menu bar from the link in the HTML file. (i.e. New Page)
expecting a reply...
|
Answer : hide the address & menu bar?
|
|
Only way:
target="_new" onClick="window.open(this.href,this.target,'status'); return false">New Page
Michel
|
|
|
|
|