I built a function that opens a new window,
according to the clicked link.
My question: how to add a locationbar to the
window.open?
I tried:
window.open(url,"win",'left=0px,top=0px, width='+ww+',height='+hh+',resizable,menubar,titlebar,toolbar,scrollbars,locationbar');
Only the location bar does not appear in NS/IE.
How to make it work (in both browsers?)
according to the clicked link.
My question: how to add a locationbar to the
window.open?
I tried:
window.open(url,"win",'left=0px,top=0px, width='+ww+',height='+hh+',resizable,menubar,titlebar,toolbar,scrollbars,locationbar');
Only the location bar does not appear in NS/IE.
How to make it work (in both browsers?)