Alright so I just uploaded this script to an lp and it doesn't seem to be working.
How do I test this script to see if it is working? When I go to the url typing it in firefox, The site is normal and doesn't resize....
Did I do something wrong?
Code:
<script language="JavaScript" type="text/javascript">
<!--
function enlargeWindow(){
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeig ht);
}
//-->
</script>
Did I do something wrong?