Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Forcing browser to full screen

Reply
Thread Tools

Forcing browser to full screen

 
 
Greg Smith
Guest
Posts: n/a
 
      05-29-2007
Is there a way to force the users browser to full screen?



Any help is greatly appreciated.




 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      05-29-2007
"Greg Smith" <> wrote in message
news:...

> Is there a way to force the users browser to full screen?


http://www.google.co.uk/search?sourc...browser+window


--
http://www.markrae.net

 
Reply With Quote
 
 
 
 
orin
Guest
Posts: n/a
 
      05-29-2007
using javascript:

function maximize() {
window.moveTo(0, 0);
window.resizeTo(screen.availWidth, screen.availHeight);
}

may this be helpful. i'm a newbie too, actually

kind regards.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set Browser at Full Screen Mel Smith HTML 38 01-15-2009 12:48 AM
laptop only 1/4 screen but on full screen bugsy General Computer Support 0 04-01-2008 08:51 AM
Forcing a browser to re-render an image from its URL location andnot from the browser's cache Edward Diener Javascript 11 10-26-2007 08:18 PM
Boderless full screen browser Paul HTML 3 08-17-2006 05:43 AM
How can I replace a DVD's wide screen movie with a full screen movie from another DVD? blackhole@aol.com DVD Video 15 10-19-2005 02:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57