MAXIMISED NEW WINDOWS
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
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
Anonymous posted this at 02:12 — 25th November 1999.
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
ccwd posted this at 20:15 — 30th November 1999.
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.