MAXIMISED NEW WINDOWS

They have: 5,633 posts

Joined: Jan 1970

Hello to whoever is reading this
I need a javascript or something similar, so when I use target="" in html <a href> the new windows pops open maximised. Can someone please help me??

Please??

WardoG

They have: 5,633 posts

Joined: Jan 1970

You can't maximise a new window (not that I know of anyway). Your best bet is to create a new window and set the window height & width variables yourself.

------------------
http://go.to/hass

They have: 25 posts

Joined: Nov 1999

You can try fullscreen new windows For something different) but need to let users know how to close it (ALT-F4). As Hass said there is no way to ensure IE opens maximized.

<script>
<!--function fullwin(){
window.open("whatever.html","","fullscreen,scrollbars")}//-->
</script>
<form>
<input type="button" onClick="fullwin()" value="Open window">
</form>

Can use any link type.
Chris

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.