Connecting Tech Pros Worldwide Forums | Help | Site Map

Causing IE to display in full screen mode.

Bredahl jensen
Guest
 
Posts: n/a
#1: Nov 19 '05
Hello,
Is there a way to cause internet explorer to display data in full screen
mode.

The F11 keys does som of the job. But the tool bar remain.

Any idea?

Many thanks


JB




Ken Cox [Microsoft MVP]
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Causing IE to display in full screen mode.


Hi,

That's called theater mode in window.open

channelmode = { yes | no | 1 | 0 } Specifies whether to display the window
in theater mode and show the channel band. The default is no.

http://msdn.microsoft.com/library/de...ence_entry.asp


"Bredahl jensen" <bredhal.jensen@yahoo.dk> wrote in message
news:%23EoVaPFCFHA.2016@TK2MSFTNGP15.phx.gbl...[color=blue]
> Hello,
> Is there a way to cause internet explorer to display data in full screen
> mode.
>
> The F11 keys does som of the job. But the tool bar remain.
>
> Any idea?
>
> Many thanks
>
>
> JB
>
>
>[/color]

Yunus Emre ALPÖZEN
Guest
 
Posts: n/a
#3: Nov 19 '05

re: Causing IE to display in full screen mode.


Surely it is possible for popup windows. Sample code must be like this;
window.open("http://www.microsoft.com","_blank","fullscreen=yes","fals e")


--
Thanks,
Yunus Emre ALPÖZEN



"Bredahl jensen" <bredhal.jensen@yahoo.dk> wrote in message
news:%23EoVaPFCFHA.2016@TK2MSFTNGP15.phx.gbl...[color=blue]
> Hello,
> Is there a way to cause internet explorer to display data in full screen
> mode.
>
> The F11 keys does som of the job. But the tool bar remain.
>
> Any idea?
>
> Many thanks
>
>
> JB
>
>
>[/color]


Ken Cox [Microsoft MVP]
Guest
 
Posts: n/a
#4: Nov 19 '05

re: Causing IE to display in full screen mode.


Wrong link... try this one:

http://msdn.microsoft.com/workshop/a...asp?frame=true

"Bredahl jensen" <bredhal.jensen@yahoo.dk> wrote in message
news:%23EoVaPFCFHA.2016@TK2MSFTNGP15.phx.gbl...[color=blue]
> Hello,
> Is there a way to cause internet explorer to display data in full screen
> mode.
>
> The F11 keys does som of the job. But the tool bar remain.
>
> Any idea?
>
> Many thanks
>
>
> JB
>
>
>[/color]

bruce barker
Guest
 
Posts: n/a
#5: Nov 19 '05

re: Causing IE to display in full screen mode.


xp_sp2 removed this capability for security reasons.

-- bruce (sqlwork.com)


"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
news:ec0%23EwFCFHA.2540@TK2MSFTNGP09.phx.gbl...
| Wrong link... try this one:
|
|
http://msdn.microsoft.com/workshop/a...asp?frame=true
|
| "Bredahl jensen" <bredhal.jensen@yahoo.dk> wrote in message
| news:%23EoVaPFCFHA.2016@TK2MSFTNGP15.phx.gbl...
| > Hello,
| > Is there a way to cause internet explorer to display data in full screen
| > mode.
| >
| > The F11 keys does som of the job. But the tool bar remain.
| >
| > Any idea?
| >
| > Many thanks
| >
| >
| > JB
| >
| >
| >
|


Ken Cox [Microsoft MVP]
Guest
 
Posts: n/a
#6: Nov 19 '05

re: Causing IE to display in full screen mode.


Thanks Bruce!

"bruce barker" <nospam_brubar@safeco.com> wrote in message
news:ODLkmEICFHA.2032@tk2msftngp13.phx.gbl...[color=blue]
> xp_sp2 removed this capability for security reasons.
>
> -- bruce (sqlwork.com)
>
>[/color]

Closed Thread