krahny
New Member
- Messages
- 25
- Reaction score
- 0
- Points
- 0
I have a javascript function that opens a new window with a bunch of specs. As far as I can tell, only the width and height specs work.
Here is the function:
function open_win(URL,Title)
{
myWindow=window.open(URL,Title,"location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,height=400,width=550");
}
I can still resize the windo and see the address even though they're set to 0.
Could some please help me?
Here is the function:
function open_win(URL,Title)
{
myWindow=window.open(URL,Title,"location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,height=400,width=550");
}
I can still resize the windo and see the address even though they're set to 0.
Could some please help me?