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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

set height of browser window 1

Status
Not open for further replies.

DougP

MIS
Dec 13, 1999
5,985
US
I have this for positioning the window to the right

<script type="text/javascript" language="javascript">
window.moveTo(screen.width - 300, 0);
</script>

how can I make the window only say "500" tall?



DougP, MCP, A+
 
window.resizeTo(Width,Height);

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top