How do I make a window open in a new window with the width and height I choose?
does any one know the html?
Tim
How do I make a window open in a new window with the width and height I choose?
does any one know the html?
Tim
Yes
Ok, Can you please give me the html to make a link open in a new window with the height and width i choose?
=========
link
(put where you want link to be)
=========
<a href="javascriptpenNewWindow();">
=========
code
(put in head tags)
=========
<script language="JavaScript">
<!-- hide
function openNewWindow() {
popupWin = window.open('login.html',
'open_window',
'menubar,toolbar,location,directories,status,scrol lbars,resizable,dependent,width=640,height=480,lef t=0,top=0')
}
// done hiding -->
</script>
and thats it
of course just change the login.html to what page you want
I hope your not trying to make popups
:-<
No
Bookmarks