473,775 Members | 2,523 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows.Open (fullscreen) does not work in SP2, please help.

Hi,

I have an ASP.NET page that needs to open in full screen mode for one of our
intranet applications, yet, SP2 does not seem to allow that. Do you guys
have any ideas how I could get around that limitation?
Thank you

Steve
http://www.ShopHereNow.net
Nov 19 '05 #1
3 2655
I don't believe there is away around it from the server side since Microsoft
purposely "patched" this problem in SP2. Some people were using it for
malicious purposes, like displaying full screen ads that had no intuitive
way for users to close them.
If there is a way to enable this kind of functionality, it would probably be
through the browser's security settings.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Steve F." <sf@flintind.co m> wrote in message
news:OI******** ******@tk2msftn gp13.phx.gbl...
Hi,

I have an ASP.NET page that needs to open in full screen mode for one of
our intranet applications, yet, SP2 does not seem to allow that. Do you
guys have any ideas how I could get around that limitation?
Thank you

Steve
http://www.ShopHereNow.net

Nov 19 '05 #2
Thank you for the quick reply, I tried everything (Intranet zone, trusted
zone, low settings), and nothing.

There must be a way. I can't believe that somebody would just decide to get
rid of some functionality. Does not sound like Microsoft to go
backwards...... .....

Steve
"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u4******** *****@TK2MSFTNG P12.phx.gbl...
I don't believe there is away around it from the server side since
Microsoft purposely "patched" this problem in SP2. Some people were using
it for malicious purposes, like displaying full screen ads that had no
intuitive way for users to close them.
If there is a way to enable this kind of functionality, it would probably
be through the browser's security settings.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Steve F." <sf@flintind.co m> wrote in message
news:OI******** ******@tk2msftn gp13.phx.gbl...
Hi,

I have an ASP.NET page that needs to open in full screen mode for one of
our intranet applications, yet, SP2 does not seem to allow that. Do you
guys have any ideas how I could get around that limitation?
Thank you

Steve
http://www.ShopHereNow.net


Nov 19 '05 #3
it was determined to be a security hole in IE and is now repaired. don't
expect the functionality to come back. while the user can turn off popup
blocking, fullscreen is not allowed.

if your app is a real kiosk, then you can create a wrapper app for the
browser object and get the feature back (basically write your own browser)

-- bruce (sqlwork.com)
"Steve F." <sf@flintind.co m> wrote in message
news:OW******** ******@TK2MSFTN GP14.phx.gbl...
| Thank you for the quick reply, I tried everything (Intranet zone, trusted
| zone, low settings), and nothing.
|
| There must be a way. I can't believe that somebody would just decide to
get
| rid of some functionality. Does not sound like Microsoft to go
| backwards...... .....
|
| Steve
|
|
| "Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
| news:u4******** *****@TK2MSFTNG P12.phx.gbl...
| >I don't believe there is away around it from the server side since
| >Microsoft purposely "patched" this problem in SP2. Some people were
using
| >it for malicious purposes, like displaying full screen ads that had no
| >intuitive way for users to close them.
| > If there is a way to enable this kind of functionality, it would
probably
| > be through the browser's security settings.
| >
| > --
| > I hope this helps,
| > Steve C. Orr, MCSD, MVP
| > http://SteveOrr.net
| >
| >
| > "Steve F." <sf@flintind.co m> wrote in message
| > news:OI******** ******@tk2msftn gp13.phx.gbl...
| >> Hi,
| >>
| >> I have an ASP.NET page that needs to open in full screen mode for one
of
| >> our intranet applications, yet, SP2 does not seem to allow that. Do you
| >> guys have any ideas how I could get around that limitation?
| >> Thank you
| >>
| >> Steve
| >> http://www.ShopHereNow.net
| >>
| >
| >
|
|
Nov 19 '05 #4

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

Similar topics

1
5093
by: Nick | last post by:
Hello, have the following code: {parent.window.location.href('http://tsvnet01/Category_Webparts/Crystal%20Directory/ReportActiveX.csp?PID=13699&rid=' + reportID + '&Title=Balanced%20Scorecard')} I want this report to open in the same screen, which it alread does, but FULL screen and with no toolbars...
1
1342
by: Duane | last post by:
Hi ... here is my situation: I am building an application that is driven by a main menu. When the user chooses an option from the main menu that spawns a new window (or module). From that(or any) module window there is a menu where the user can choose to go to or switch to any other module. So ... lets say that the main menu has 4 options. The user chooses option 1 which will open a new window (replacing the main menu). On that new...
10
11188
by: aagee | last post by:
Hi all Can someone clue me in on this? I just noticed that following doesn't work as it used to: window.open(... "fullscreen=yes" ...) Used to get a window that occupied the whole screen; now I get the title bar and status bar too. Any ideas?
1
1313
by: BillGatesFan | last post by:
Why when I do window.open('www.msn.com','_self','fullscreen=yes') does it not make my current window fullscreen? Is there anyway to do this instead of opening a new window? Thanks
6
8994
by: Mateo | last post by:
Hi! I tried to open page in new window with window.open(...) method. open() method supports fullscreeen mode, but I would like to open new maximized window with tiltle bar only.... Any idea how to do this? Can I maximize window from current page after it is opened with window.open?
1
650
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
4
9148
by: beerje | last post by:
I am trying to open several individual windows from a Flash 8 movie. Here is my script (so far): on (release) getURL("javascript:NewWindow=window.open("2277.html","acc15-2277",width="250",height="200",left=100,top=100,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No,NewWindow.focus(),void(0)"); return; } and here is the error message I am getting: **Error** Symbol=m-main, layer=Layer 776, frame=1745:Line 2:...
2
1274
by: Microsoft Newsserver | last post by:
Hi, I know this is not an ASP.NET issue, but I thought I would ask the question of all you guys here. I know how to mazimize a window using the javascript resizeTo( h , w ) method of the window object. However, it doesent actually maximise the window to fill the whole screen. it stops short of that. Does anyone know if there is a way to do this ?
0
9622
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10268
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10107
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10048
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8939
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5360
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5486
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4017
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 we have to send another system

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.