Wrox Programmer Forums
|
BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0
This is the forum to discuss the Wrox book Professional JavaScript for Web Developers by Nicholas C. Zakas; ISBN: 9780764579080
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2007, 08:11 AM
Authorized User
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to pannet1 Send a message via Yahoo to pannet1
Default full screen mode in mozilla

dear sir,

i am creating a web app. i want the browser to switch to full screen mode as soon as the mozilla is opened.
we will make the following arrangements in the client browser

1) set the home page of the browser to my url
2) in the index page, we want to call a javascript
which will switch to full screen mode.


the idea is to get the maximum screen real estate for my webapp.
we have tried to use the pop up but unable to bring it close to
the full screen mode.

problem with pop is, we unable to close the parent index page
which called my default application page. here is the present
code for the popup.


function fullscreen(){
window.resizeTo(screen.width,screen.height);
}

thanks in anticipation.

best regards


CJBGUY
__________________
CJBGUY





Similar Threads
Thread Thread Starter Forum Replies Last Post
form diplay in full screen mateenmohd Access 2 November 15th, 2007 08:26 AM
Full screen watashi C# 2005 4 August 7th, 2007 01:05 AM
Full Screen Popup... rupen Javascript How-To 3 November 1st, 2006 03:34 AM
web pages in full screen sbjr01 BOOK: Beginning Access VBA 0 February 17th, 2006 05:16 PM
Full Screen surendran Flash (all versions) 1 August 3rd, 2004 07:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.