claudiuiacob
03-02-2003, 08:02 PM
I know this is a JS forum and one may say that "OnResize" is merely an HTML atribute.
It may be, but I need the answer for a JavaScript wich rearange the page content related to the available space. This is done via a function - autoPos() called by:
1. <BODY ONLOAD="autoPos()">
and somewhere in the body by
2. <DIV ID = "control" onResize ="autoPos()">
What can I use instead of "onResize" to make that work the same in NetScape?
Anything else works the same in both browsers, just, in NS, the function autoPos() isn't executed when I resize the page.
Hope I was clear.
Thank for any help.
It may be, but I need the answer for a JavaScript wich rearange the page content related to the available space. This is done via a function - autoPos() called by:
1. <BODY ONLOAD="autoPos()">
and somewhere in the body by
2. <DIV ID = "control" onResize ="autoPos()">
What can I use instead of "onResize" to make that work the same in NetScape?
Anything else works the same in both browsers, just, in NS, the function autoPos() isn't executed when I resize the page.
Hope I was clear.
Thank for any help.