P
Paul
HI! I have a script that does not seem to work. can someone tell me what I
am doing wrong here?
<script language="JavaScript">
function firefoxautofix(){
parent.window.resizeBy(-1,-1)
parent.window.resizeBy(+1,+1)
}
</script>
I put this script in the body and I call it in the body code as such
<body onload="firefoxautofix();">
am I missing something here?.
am doing wrong here?
<script language="JavaScript">
function firefoxautofix(){
parent.window.resizeBy(-1,-1)
parent.window.resizeBy(+1,+1)
}
</script>
I put this script in the body and I call it in the body code as such
<body onload="firefoxautofix();">
am I missing something here?.