|
i coded a javascript pop-up window :
<script language="javascript" type="text/javascript">
//<!--
function layout1()
{ window.open ("layout1.html","popup","width=600,height=500,loca tion=0,menubar=0,resizable=0,scrollbars=0,status=0 ,titlebar=1,toolbar=0") }
-->
</script>
I thought the resizable=0 would make it to where they couldnt resize the page, I was wrong, Is there a way to make it to where they cannot use the corner of the box to make the window bigger?
|