Full Screen mode with JavaScript...

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Full Screen mode with JavaScript...

Post by pcoder »

Hi,
Normally HTML page displayed in normal mode.
Is there any way to call F11 keypress event using Javascript to get HTML page displayed in full screen mode?
Thanks
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Post by pcoder »

Any way thanks for your quick response.
I am searching this stuff in google and paralelly i posted it in this forum to get the solution fast.
May be you guys have faced this issue before.
Thanks again
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Post by VladSun »

You have your answer in 4th result
http://www.pptools.com/ppt2html/FAQ00140.htm

It works wit IE, but not with FF and Opera for me. And still user can define what JavaScript actions are permitted or not.
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Post by pcoder »

Can't i control the full screen mode in the same window?
Exactly like Pressing F11 key in browser..
Post Reply