Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Window Size

Status
Not open for further replies.

Kjonnnn

IS-IT--Management
Jul 14, 2000
1,145
US
Not sure if this is a Flash question or a FP question.

The opening page of my site allows the use to choose between viewing the web site and a flash intro. If they choose the Intro, a new window opens but it doesnt open full screen. How can I get it to open full screen?


 
Here it is...

<script language=&quot;JavaScript&quot;>
<!--
function newwindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->


<a href=&quot;#&quot; onClick=&quot;newwindow('yourpage.htm','','fullscreen=yes')&quot;>New Window</a>

Hope it'll help ;-) Have Fun...

Sharky99 >:):O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top