navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Button on Page to Maximize the Window

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Community >> OutFront Discoveries >> Button on Page to Maximize the Window
Page: [1]
 
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
Button on Page to Maximize the Window - 9/29/2002 17:41:52   
Hi,

This is how to add a button on the page to maximize the window:

Insert the following code wherever you want the button to appear:
<SCRIPT LANGUAGE=" JavaScript" >
<!--

function maximizeWin() {
if (window.screen) {
var aw = screen.availWidth;
var ah = screen.availHeight;
window.moveTo(0, 0);
window.resizeTo(aw, ah);
}
}

// -->
</SCRIPT>
<FORM><INPUT TYPE=" button" VALUE=" Maximize" onClick=" maximizeWin();" ></FORM>

Regards
Hisham


Mosky

 

Posts: 73
Joined: 9/27/2002
Status: offline

 
RE: Button on Page to Maximize the Window - 10/10/2002 11:12:05   
Hey Hisham ,
Thans for the tips, I wonder if there is any way to FORCE the new window to be opened at a specified size?

_____________________________

:)
Mosky

(in reply to hhammash)
Page:   [1]

All Forums >> Community >> OutFront Discoveries >> Button on Page to Maximize the Window
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts