Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Open full screen browser window.

Reply
Thread Tools

Open full screen browser window.

 
 
Archi
Guest
Posts: n/a
 
      07-06-2003
Hi. All. I need open a browser (IE5.5 or letter) to full screen
like F11 pressed.
I use a little trick. Open new window, and close old:
var win = window.open('index.aspx','',"channelmode=yes,scrol lbars=yes,status=no,toolbar=no,menubar=no,titlebar =no,resizable=no");
opener=self;
window.close();
This code open window WITH titlebar!!!!
If i close it and open new - it without... WHY?
I need it without titlebar in firsttime!
What I can do?
May be I can write a javascript for emulation press F11?
I will glad for any help. Thanks.
Sorry for my English.
Plase send a copy to my email.
 
Reply With Quote
 
 
 
 
Grant Wagner
Guest
Posts: n/a
 
      07-10-2003
Archi wrote:

> Hi. All. I need open a browser (IE5.5 or letter) to full screen
> like F11 pressed.
> I use a little trick. Open new window, and close old:
> var win = window.open('index.aspx','',"channelmode=yes,scrol lbars=yes,status=no,toolbar=no,menubar=no,titlebar =no,resizable=no");
> opener=self;
> window.close();
> This code open window WITH titlebar!!!!
> If i close it and open new - it without... WHY?
> I need it without titlebar in firsttime!
> What I can do?
> May be I can write a javascript for emulation press F11?
> I will glad for any help. Thanks.
> Sorry for my English.
> Plase send a copy to my email.


Please stop this nonsense. It is annoying, and as more and more people become annoyed by this behaviour, more and more people will
install software or enable functionality in their browser to stop you from doing it.

--
| Grant Wagner <>

* Client-side Javascript and Netscape 4 DOM Reference available at:
* http://devedge.netscape.com/library/...ce/frames.html
* Internet Explorer DOM Reference available at:
* http://msdn.microsoft.com/workshop/a...ence_entry.asp
* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 6/7 and Mozilla
* http://www.mozilla.org/docs/web-deve...upgrade_2.html


 
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 browser to full screen Greg Smith ASP .Net 2 05-29-2007 03: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