What Am I doing wrong here?

  • Thread starter Thread starter Paul
  • Start date Start date
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?.
 
FireFox blocks scripts that resize the browser. See my post in your
other thread.
Starting several threads on the same subject is counter productive.
 
HI! Thanks, sorry for taking to so long to thank you guys but I had to go
away on an emergency.

Paul
 
Back
Top