Jump to content

popup window attributes


magyar

Recommended Posts

Hello,I have a popup window and one of the attributes is: location=0. All the attributes work properly except this one. The window always opens showing the location bar (address bar). Is there some configuration I have to do to make it work?Thanks your help.magyar

Link to comment
Share on other sites

Can you post the code so I can look at it?
Here's the code :function openit(){var which="msg.html"whichit=window.open(which,"","width=400,height=500,left=200px, top=40px,scrollbars=0,toolbar=0,location=0,menubar=0,resizable=0,status=0,titlebar=0,dependent=1,z-lock=1" )}Many thanks your help
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...