opening a window

R

Ron Croonenberg

Hello,

when I open a new browserwindow with:

var win = window.open(url, name,
"location=no, menubar=no, status=no, toolbar=no, scrollbars=no,
resizable=no" + " width=" + w +", height=" + h);

I do get a new window without a locationbar in firefox, but with a
locationbar in IE.

Do I need to do something different for IE ?

Also, is there a minimum width for a window ?
(I don't seem to be able to get the width less than 240)


Ron
 
V

VK

Hello,

when I open a new browserwindow with:

var win = window.open(url, name,
"location=no, menubar=no, status=no, toolbar=no, scrollbars=no,
resizable=no" + " width=" + w +", height=" + h);

I do get a new window without a locationbar in firefox, but with a
locationbar in IE.

Do I need to do something different for IE ?

http://msdn2.microsoft.com/en-us/library/ms536651(VS.85).aspx
"locationbar - Internet Explorer 7. Specifies whether to display the
navigation bar. The default is yes.
Prior to Internet Explorer 7 this feature specifies whether to display
the address bar."

The address bar is now implied for the security reason.
Also, is there a minimum width for a window ?
(I don't seem to be able to get the width less than 240)

Same URL. By taking the biggest values, you cannot go below
250x150
 
R

Ron Croonenberg

Meaning you can't get rid of it ?
The address bar is now implied for the security reason.


Same URL. By taking the biggest values, you cannot go below
250x150
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top