Hi, I have on my html page 3 different sized popup windows that i wish to use. However i am unsure of the code to resize them. the code i have is below
This is located in the head of the html
<script language="JavaScript">
<!--//BEGIN Script
function new_window(url) {
link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=2,width=224,height=260,left=80,top=180"
}
//END Script-->
</script>
This is located in the body
<a href="javascript:new_window('insulation_perlite.htm')">Perlite
any ideas how to make one of the windows open at 224 x 260 another open at 300 x 500 ?
any help really would be appreciated!
thanks in advance.
This is located in the head of the html
<script language="JavaScript">
<!--//BEGIN Script
function new_window(url) {
link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=2,width=224,height=260,left=80,top=180"
}
//END Script-->
</script>
This is located in the body
<a href="javascript:new_window('insulation_perlite.htm')">Perlite
any ideas how to make one of the windows open at 224 x 260 another open at 300 x 500 ?
any help really would be appreciated!
thanks in advance.