Is there anything wrong with this javascript to resize the browser window? It doesnt work...
<script language="JavaScript" type="text/JavaScript">
<!--
function resize()
{
for (i=300; i<=490; i+=20)
{
self.resizeTo(700,i);
}
self.resizeTo(700,490);
}
//-->
</script>





Reply With Quote