HighDots Forums  

Full screen window

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Full screen window in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AESS1981
 
Posts: n/a

Default Full screen window - 09-15-2004 , 05:06 AM






Hi,
Does anyone know how to make a web page full screen, regardless of the monitor resolution or platform?
Would I use Javascript, or can it be done in Dreamweaver?

Many thanks

Reply With Quote
  #2  
Old   
sidqute
 
Posts: n/a

Default Re: Full screen window - 09-15-2004 , 05:33 AM






javascript
window.open(launchfull)
else u can use
self.location(0,0)
self.width=(screenX)
self.hieght=(screenY)
scrollbar, menubar=false

or
search in google for "passing exe using javascript"
and pass "iexplorer-k" this takes internet explorer to kiosk mode


Reply With Quote
  #3  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Full screen window - 09-15-2004 , 05:33 AM



AESS1981 wrote:
Quote:
Hi,
Does anyone know how to make a web page full screen, regardless of the monitor resolution or platform?
Would I use Javascript, or can it be done in Dreamweaver?

Many thanks
There are hacks at e.g. www.dynamicdrive.com that'll do this.
However, if I went to your site and found my browser window enlarged, I
would never, ever come back.
You should never over-ride the user's preferences. Why do you think he
has them?

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #4  
Old   
darrel
 
Posts: n/a

Default Re: Full screen window - 09-15-2004 , 09:30 AM



Quote:
Does anyone know how to make a web page full screen, regardless of the
monitor resolution or platform?
Would I use Javascript, or can it be done in Dreamweaver?
Google 'maximize window javascript'

but, as Dan said, this is an incredibly rude thing to do to the end-user.
Especially for folks like me that use two monitors. Best not to do it in
most cases (there are exceptions, though, of course)

-Darrel




Reply With Quote
  #5  
Old   
John Waller
 
Posts: n/a

Default Re: Full screen window - 09-15-2004 , 04:05 PM



It may be required for use on an intranet where the company/organisation
requirements may override user preferences.

--
Regards

John Waller



Reply With Quote
  #6  
Old   
AESS1981
 
Posts: n/a

Default Re: Full screen window - 09-16-2004 , 02:49 AM



Thanks for all your posts. Very helpful.

Reply With Quote
  #7  
Old   
sidqute
 
Posts: n/a

Default Re: Full screen window - 09-17-2004 , 06:58 AM



javascript
window.open(launchfull)
else u can use
self.location(0,0)
self.width=(screenX)
self.hieght=(screenY)
scrollbar, menubar=false

or
search in google for "passing exe using javascript"
and pass "iexplorer-k" this takes internet explorer to kiosk mode


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.