HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 19th, 2000, 01:22 PM
GeneticDrift GeneticDrift is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 2 GeneticDrift User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ive been to sites that when you enter them it forces full screen. i would like to use this on my site. please help!!

Reply With Quote
  #2  
Old August 21st, 2000, 07:45 AM
DmS DmS is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Sweden
Posts: 32 DmS User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 sec
Reputation Power: 9
You can do this:
window.open('openme.htm','TestNoBorder','fullscreen=yes');
Put that in a link and the window you open will be fullscreen, IE only though.

If you want you can combine it with this function in the head of the file you open:
function centerMe()
{
var avWidth
var avHeight
avWidth = window.screen.availWidth / 3;
avHeight = window.screen.availHeight / 0,5;
window.resizeTo('500','50');
window.moveTo(avWidth, avHeight);
}

Then call it in the body tag like this:
onLoad="centerMe()" scroll="no"

This way you get a totally borderless window in the size you specify

Remember to put a "close()" command somewhere though.

G'luck!
Dan

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > force full screen


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT