473,624 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Full screen viewing with internet explorer


Is there any way i can view my web page in full screen mode?
F11 still hhas the internet explorer tool bar.

Many thanks in advance

JB
Nov 19 '05 #1
9 3099
In Interner Explorer 4+:

<script language="JavaS cript"><!--
window.open('pa ge.html','newwi n','fullscreen' );
//--></script>
In Internet Explorer and Netscape Navigator:

<script language="JavaS cript"><!--
w=800
h=600
if (window.screen) {
w = window.screen.a vailWidth;
h = window.screen.a vailHeight;
}
window.open('pa ge.html','newwi n','width='+w+' ,height='+h+',t op=0,left=0');
//--></script>

"Jensen bredal" wrote:

Is there any way i can view my web page in full screen mode?
F11 still hhas the internet explorer tool bar.

Many thanks in advance

JB

Nov 19 '05 #2
Full Screen mode has been disabled because it was being abused by bad
people.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

Is there any way i can view my web page in full screen mode?
F11 still hhas the internet explorer tool bar.

Many thanks in advance

JB

Nov 19 '05 #3
does that mean the scripts above won't work?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Full Screen mode has been disabled because it was being abused by bad
people.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

Is there any way i can view my web page in full screen mode?
F11 still hhas the internet explorer tool bar.

Many thanks in advance

JB


Nov 19 '05 #4
For anybody that's up on their latest patches, it won't work.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
does that mean the scripts above won't work?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Full Screen mode has been disabled because it was being abused by bad
people.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

Is there any way i can view my web page in full screen mode?
F11 still hhas the internet explorer tool bar.

Many thanks in advance

JB



Nov 19 '05 #5
My IE is fully patched yet allows F11 to view full-screen.

One of the toolbars stays in view when F11 is hit, but
configuring it to auto-hide makes IE run in true full-screen mode.

Hitting F11 again restores the normal view.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
For anybody that's up on their latest patches, it won't work.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
does that mean the scripts above won't work?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Full Screen mode has been disabled because it was being abused by bad
people.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

Is there any way i can view my web page in full screen mode?
F11 still hhas the internet explorer tool bar.

Many thanks in advance

JB



Nov 19 '05 #6
Great!
"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:em******** ******@TK2MSFTN GP09.phx.gbl...
My IE is fully patched yet allows F11 to view full-screen.

One of the toolbars stays in view when F11 is hit, but
configuring it to auto-hide makes IE run in true full-screen mode.

Hitting F11 again restores the normal view.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
For anybody that's up on their latest patches, it won't work.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
does that mean the scripts above won't work?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Full Screen mode has been disabled because it was being abused by bad
people.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
>
> Is there any way i can view my web page in full screen mode?
> F11 still hhas the internet explorer tool bar.
>
> Many thanks in advance
>
> JB
>



Nov 19 '05 #7
How can you do the auto hide on IE toolbar?


"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:em******** ******@TK2MSFTN GP09.phx.gbl...
My IE is fully patched yet allows F11 to view full-screen.

One of the toolbars stays in view when F11 is hit, but
configuring it to auto-hide makes IE run in true full-screen mode.

Hitting F11 again restores the normal view.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
For anybody that's up on their latest patches, it won't work.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
does that mean the scripts above won't work?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Full Screen mode has been disabled because it was being abused by bad
people.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
>
> Is there any way i can view my web page in full screen mode?
> F11 still hhas the internet explorer tool bar.
>
> Many thanks in advance
>
> JB
>



Nov 19 '05 #8
You *first* hit F11, *then* you right-click
the only toolbar left and select "auto-hide".

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Jensen bredal" <je************ @yahoo.com> wrote in message
news:eM******** ******@TK2MSFTN GP12.phx.gbl...
How can you do the auto hide on IE toolbar?


"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:em******** ******@TK2MSFTN GP09.phx.gbl...
My IE is fully patched yet allows F11 to view full-screen.

One of the toolbars stays in view when F11 is hit, but
configuring it to auto-hide makes IE run in true full-screen mode.

Hitting F11 again restores the normal view.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
For anybody that's up on their latest patches, it won't work.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
does that mean the scripts above won't work?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
> Full Screen mode has been disabled because it was being abused by bad
> people.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Jensen bredal" <je************ @yahoo.com> wrote in message
> news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
>>
>> Is there any way i can view my web page in full screen mode?
>> F11 still hhas the internet explorer tool bar.
>>
>> Many thanks in advance
>>
>> JB
>>
>
>



Nov 19 '05 #9
Many thanks.
JB
"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:Oo******** ******@TK2MSFTN GP10.phx.gbl...
You *first* hit F11, *then* you right-click
the only toolbar left and select "auto-hide".

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Jensen bredal" <je************ @yahoo.com> wrote in message
news:eM******** ******@TK2MSFTN GP12.phx.gbl...
How can you do the auto hide on IE toolbar?


"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:em******** ******@TK2MSFTN GP09.phx.gbl...
My IE is fully patched yet allows F11 to view full-screen.

One of the toolbars stays in view when F11 is hit, but
configuring it to auto-hide makes IE run in true full-screen mode.

Hitting F11 again restores the normal view.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=============== ======

"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:%2******** **********@tk2m sftngp13.phx.gb l...
For anybody that's up on their latest patches, it won't work.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Jensen bredal" <je************ @yahoo.com> wrote in message
news:%2******** **********@TK2M SFTNGP10.phx.gb l...
> does that mean the scripts above won't work?
>
> "Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
> news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
>> Full Screen mode has been disabled because it was being abused by bad
>> people.
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "Jensen bredal" <je************ @yahoo.com> wrote in message
>> news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
>>>
>>> Is there any way i can view my web page in full screen mode?
>>> F11 still hhas the internet explorer tool bar.
>>>
>>> Many thanks in advance
>>>
>>> JB
>>>
>>
>>
>
>



Nov 19 '05 #10

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

Similar topics

3
4791
by: yogesh | last post by:
How to store the java applet emebedded in a web page for offline viewing? I saved the web page but it got saved without the applet.and also I searched for the corressponding .class file for the applet while I was viewing the webpage online but I got no reference of it on my local drive. regds, Yogesh Joshi
1
19564
by: HockeyTownUSA | last post by:
I am working a project where I am using two monitors and using HTML/Javascript to display the information I want. I have my main stuff on the main monitor, but when each page loads, I want an image to load fullscreen on the second monitor as well. I am using 800x600 resoution on both. If I use: function openWindow()
5
6000
by: Bob | last post by:
I am displaying a form with a datagrid populated from a select of database records which now exceed 12,000 when I select them all. The form displays just fine with all 12,000+ entries but when I leave the form to go back to the originating screen, I get a "The page cannot be displayed" screen for "Cannot find server or DNS Error" "Internet Explorer". You know the page - it starts with "The page you are looking for is currently...
7
7599
by: Mark | last post by:
Hello; Here is what I wish to do: Click on a PDF link and have it open as a full screen window - not as a predetermined size. Sounds simple? I want to run the command from within the href only. I don't want to
10
3153
by: Edlueze | last post by:
I am developing some Data Access Pages (DAP) using Microsoft Access 2003 on Microsoft Windows XP. When I try to open these pages (located on my C: drive), the display of the data access page is blocked and I receive the following error message in the Information Bar in Microsoft Internet Explorer: "To help protect your security, Internet Explorer has restricted this site from showing certain content. Click here for options."
2
22019
by: orekin | last post by:
Hi My program is a C# Windows application and I am using the following code to open an IE window: Process p = new Process(); p.StartInfo.FileName = "iexplore.exe"; p.StartInfo.WindowStyle = ProcessWindowStyle.Maximized; p.StartInfo.Arguments = "www.google.com" p.Start();
3
1589
by: Doominato | last post by:
good day everyone, i'm writing an app in which i would like to implement full-screen capability. i would like to know if there is a way of getting a program to cover the whole screen, such as in M$ word or in internet explorer. the only reason why i mention ie and word is because they use some kind of an API method to handle full sreen. I know there is an easier way by maximizing the form window and setting it
11
2521
by: Richard | last post by:
Dear All, Does someone have a clue as to how you can get a form to show show itself "Full Screen"? Without Taskbar just a Form. Like Internet Explore if you press F11? Really need a solution Regards
2
2350
by: one.1more | last post by:
Hello, I have the following code but its not working. i want my site to be accessible only if the visitors resolution is 1024 x 768 or higher and only if they are using internet explorer. the version is not important because i think most people have 5.5+ When i visit my my site with 800 x600 either by using firefox or IE, it redirects me to useie.htm. but if i use firefox with 1024 x 768, it doesnt redirect me to useie.htm. why? can...
0
8231
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
8672
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...
1
8330
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
7153
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...
1
6107
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5561
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4075
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...
1
2603
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
1
1780
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.