473,411 Members | 2,080 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

opening a window

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
Mar 26 '08 #1
3 1084
VK
On Mar 26, 10:21 pm, Ron Croonenberg <r...@depauw.eduwrote:
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/lib...51(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
Mar 26 '08 #2
Meaning you can't get rid of it ?

VK wrote:
>
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

Mar 27 '08 #3
On Wed, 26 Mar 2008 19:26:02 -0400, Ron Croonenberg wrote:

[in reference to the address bar on newly opened windows and IE7]
Meaning you can't get rid of it ?
Correct. This is a much-needed feature for anti-phishing.
Mar 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dena Leiter | last post by:
I want to send people to a new page using a redirect but I want a new window to open. Is this possible? I've tried this: <meta http-equiv="refresh"...
44
by: Carlos Andr?s | last post by:
Hi everybody. I've got a problem. I'd like to avoid opening a new window when you have pressed the shift key and you click in the left button of the mouse. I've tried the next solution, in the...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
2
by: Keshav Gadia | last post by:
Hi, I am an ASP.net newbie. I am writing a user control that is made up of datagrid with one of the columns opening a new window to display some details on click of the set image. I have...
5
by: Roger Withnell | last post by:
This is a framed webpage with the navigation bar in "NavBar" and the main window in "Main". When opening a new page in "Main" from "NavBar" with: function OpenFrameWindow(src) { var...
3
by: Larry Bud | last post by:
Wanting to use a technology I saw for one of our apps. We have several apps that a user logs in at on the same page. The app is determined by a drop down. User credentials are checked,...
3
by: Bonzol | last post by:
Vb.Net 2003, 1.1. Web application. Hey there I have this, Response.Redirect("FileFiew.aspx") to go to a new page, but how do I open that page in a new window? So I will have 2 pages...
1
by: sandy21380 | last post by:
Hello, Is there a way of opening an Access form without opening the Access window? Right now when I open the form, the Access window is a lot bigger than the form so I have to resize the Access...
1
by: coolsidsin | last post by:
I have a apsx form (Form A), which on submiting does a time consuming task. So i want to open a new aspx window (Form B) in which I want do do that time consuming task and show progress to the user...
0
by: bbrewder | last post by:
I am struggling with some MSAccess automation issues. Basically, we have a .Net application that uses MSAccess for reporting (legacy code). We are able to launch MSAccess fine and even work with...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.