Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

add location bar to new opened winow

Status
Not open for further replies.

avivit

Technical User
Jul 5, 2000
456
IL
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?)
 
I found the mistake.
It should be: "location" instead of "locationbar".
I was mislead by one of the greatest jscript guide in the world.
It happens..
:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top