473,509 Members | 3,075 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

popups IE7

In IE7, popup windows opened with Window.Open() behave differently than IE6
in that you can't get rid of the address bar or status bar even when
specified so in the Open() options. I was told by a few other developers
that this is a security measure and it is no longer possible to hide the
address bar. If this is true, I was wondering if anyone can explain how
Microsoft achieves just this in their Outlook for Web application. When
creating a new email, a popup appears with no address bar, no status bar,
and it is not modal. How do they do this even in IE7?

Thanks
Perry

Jun 27 '07 #1
9 1236
On Jun 27, 9:47 am, "Perecli Manole" <Pere...@dslextreme.comwrote:
In IE7, popup windows opened with Window.Open() behave differently than IE6
in that you can't get rid of the address bar or status bar even when
specified so in the Open() options. I was told by a few other developers
that this is a security measure and it is no longer possible to hide the
address bar. If this is true, I was wondering if anyone can explain how
Microsoft achieves just this in their Outlook for Web application. When
creating a new email, a popup appears with no address bar, no status bar,
and it is not modal. How do they do this even in IE7?

Thanks
Perry
This code is working well in IE7 and does no address or status bar

<a href="#"
onclick='window.open("/","windowName","toolbar=0,location=0,directories=0 ,status=0,menubar=0,scrollbars=1,resizable=1,width =500,height=500");'>
popup
</a>

Jun 27 '07 #2
It's no secret. View the HTML and JavaScript source code.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Perecli Manole" <Pe*****@dslextreme.comwrote in message
news:e1*************@TK2MSFTNGP06.phx.gbl...
In IE7, popup windows opened with Window.Open() behave differently than
IE6 in that you can't get rid of the address bar or status bar even when
specified so in the Open() options. I was told by a few other developers
that this is a security measure and it is no longer possible to hide the
address bar. If this is true, I was wondering if anyone can explain how
Microsoft achieves just this in their Outlook for Web application. When
creating a new email, a popup appears with no address bar, no status bar,
and it is not modal. How do they do this even in IE7?

Thanks
Perry

Jun 27 '07 #3
I did that and I don't understand what they are doing. They are not using
the window.open() approach.
From the opener page, they have an <alink that looks like this: <a
href='http://mail/exchange/perry/Drafts/?Cmd=new'></aand when the popup
opens the context menu has been disabled so that you can't peek at the
source code.

Perry

"Kevin Spencer" <un**********@nothinks.comwrote in message
news:u0*************@TK2MSFTNGP04.phx.gbl...
It's no secret. View the HTML and JavaScript source code.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Perecli Manole" <Pe*****@dslextreme.comwrote in message
news:e1*************@TK2MSFTNGP06.phx.gbl...
>In IE7, popup windows opened with Window.Open() behave differently than
IE6 in that you can't get rid of the address bar or status bar even when
specified so in the Open() options. I was told by a few other developers
that this is a security measure and it is no longer possible to hide the
address bar. If this is true, I was wondering if anyone can explain how
Microsoft achieves just this in their Outlook for Web application. When
creating a new email, a popup appears with no address bar, no status bar,
and it is not modal. How do they do this even in IE7?

Thanks
Perry

Jun 28 '07 #4
On Jun 28, 11:16 am, "Perecli Manole" <Pere...@dslextreme.comwrote:
I did that and I don't understand what they are doing. They are not using
the window.open() approach.
From the opener page, they have an <alink that looks like this: <a
href='http://mail/exchange/perry/Drafts/?Cmd=new'></aand when the popup
opens the context menu has been disabled so that you can't peek at the
source code.
Perry, they are using the same window.open as I sent you.
Jun 28 '07 #5
This does not work for the Internet zone. It does work for the Intranet zone
though.

Perry

"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@w5g2000hsg.googlegro ups.com...
On Jun 27, 9:47 am, "Perecli Manole" <Pere...@dslextreme.comwrote:
>In IE7, popup windows opened with Window.Open() behave differently than
IE6
in that you can't get rid of the address bar or status bar even when
specified so in the Open() options. I was told by a few other developers
that this is a security measure and it is no longer possible to hide the
address bar. If this is true, I was wondering if anyone can explain how
Microsoft achieves just this in their Outlook for Web application. When
creating a new email, a popup appears with no address bar, no status bar,
and it is not modal. How do they do this even in IE7?

Thanks
Perry

This code is working well in IE7 and does no address or status bar

<a href="#"
onclick='window.open("/","windowName","toolbar=0,location=0,directories=0 ,status=0,menubar=0,scrollbars=1,resizable=1,width =500,height=500");'>
popup
</a>
Jun 28 '07 #6
On Jun 28, 11:28 am, "Perecli Manole" <Pere...@dslextreme.comwrote:
This does not work for the Internet zone. It does work for the Intranet zone
though.
Ah, you're right! But this is related to security settings

Open Tools - Internet Options - Security - Internet - Custom Level

Find Miscellaneous, Allow websites to open windows without address or
status bars

You have it disabled by default

Jun 28 '07 #7
Hmm.. that is interesting to know for my own browser, but I need to enforce
this for all my users. I can't change their browser settings remotely. This
is for a corporate Intranet for internal use only so my users should have no
security concerns going to this site. But since our Intranet is exposed to
the Internet, so users can work from home, this site falls into the Internet
zone even though it is Intranet. I guess there is no way to get the IE6
behavior.

Thanks for the tips
Perry

"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@n60g2000hse.googlegr oups.com...
On Jun 28, 11:28 am, "Perecli Manole" <Pere...@dslextreme.comwrote:
>This does not work for the Internet zone. It does work for the Intranet
zone
though.

Ah, you're right! But this is related to security settings

Open Tools - Internet Options - Security - Internet - Custom Level

Find Miscellaneous, Allow websites to open windows without address or
status bars

You have it disabled by default
Jun 29 '07 #8
On Jun 29, 12:25 pm, "Perecli Manole" <Pere...@dslextreme.comwrote:
Hmm.. that is interesting to know for my own browser, but I need to enforce
this for all my users. I can't change their browser settings remotely. This
is for a corporate Intranet for internal use only so my users should have no
security concerns going to this site. But since our Intranet is exposed to
the Internet, so users can work from home, this site falls into the Internet
zone even though it is Intranet. I guess there is no way to get the IE6
behavior.
It seems that it's done for security reasons, and the address bar is
showing when the site is not in the trusted list, or security level is
medium or above. Because you need it for your corporate users, you
might add your site to the Trusted Sites list.

Jun 29 '07 #9
On Jun 29, 1:39 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Jun 29, 12:25 pm, "Perecli Manole" <Pere...@dslextreme.comwrote:
Hmm.. that is interesting to know for my own browser, but I need to enforce
this for all my users. I can't change their browser settings remotely. This
is for a corporate Intranet for internal use only so my users should have no
security concerns going to this site. But since our Intranet is exposed to
the Internet, so users can work from home, this site falls into the Internet
zone even though it is Intranet. I guess there is no way to get the IE6
behavior.

It seems that it's done for security reasons, and the address bar is
showing when the site is not in the trusted list, or security level is
medium or above. Because you need it for your corporate users, you
might add your site to the Trusted Sites list.
I mean it can be done by your system administrator for all users

Jun 29 '07 #10

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

Similar topics

3
2852
by: Art | last post by:
NEWBIE ALERT! Esteemed List Participants and Lurkers: (System: P-II 350, 192 meg, Win98 SE, Python 2.2.3, wxPythonWIN32-2.4.1.2-Py22.exe) I'm having a lot of fun getting started with Python...
52
4368
by: Harlan Messinger | last post by:
Can you help me figure out what to do about popups? Sometimes we develop web applications where popups make very good sense for precisely the same reasons they make sense in traditional...
7
2190
by: Bob Wightman | last post by:
I've had a look through the archives but cannot find anything that really answers this so... I have a menu system composed of a series of "buttons" (actually span elements) that react to the...
3
1635
by: PSERVE | last post by:
Is the a way of preventing popups from other sites while your page is loading? -- Regards Nik http://www.itconsultancy.org
2
1777
by: Tom Szabo | last post by:
Hi, >>IE in Windows XP Service Pack 2 has a popup blocker that blocks unsolicited >>popups >>IE (other than Windows XP Service Pack 2) also has many add-ons (Google toolbar, >>Yahoo! toolbar,...
1
2328
by: dejausenet | last post by:
I have firefox 1.0, running on winxp Firefox blocks popups fine, but sometimes, for selected occassions only, i would like to be able to have window popup; without enabling whole domains, as...
4
1512
by: ciprian.dosoftei | last post by:
Hello, I just finished a tutorial website regarding the development of DHTML popups. The site features several examples with downloadable samples. It also feature more complex effects like...
4
3262
by: dd | last post by:
I have a scenario where my popups are being blocked by IE6+ and Firefox. The problem is that although the popup is a direct result of the user clicking on the link (meaning that they WANT the...
1
1626
by: YotamElal | last post by:
Hello, I have a popup problem. When a popup is opened, I want all other popups to close immediatly. (except for its self and it's child popups) Here is my code: code: <!DOCTYPE HTML PUBLIC...
1
2321
by: Moe Sisko | last post by:
Using : ASP.NET 2.0, IE 7. This is a strange problem with popups not working in IE to remote sites, even though popups are allowed in IE. To reproduce, create web site with two pages,...
0
7344
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
7412
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
7505
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5652
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,...
1
5060
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4730
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3203
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1570
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.