grommit
10-11-2004, 05:11 AM
HI,
i built a page with a netscape resize fix for the problem of NN4 not displaying the page layout after resizing the window. the common solution is to reload the page.
unfortunately netscape 4 will forget executing some javascript code after reloading.
maybe this has something to do with the external JS-file i'm linking when the page loads? there are 3 lines of code that are generated when loading the page using document.write(), that use a number generated with a function in the external js-file.
the first loading works just fine, the page displays as wanted, looking at the source i can see the generated lines of code.
after resizing and reloading these lines are gone. and this causes my page to display NOT as wanted.
i know NN4 sucks, but i have do take care of lots of customers who still use this peace of sh**.
your help is appreciated
thx
i built a page with a netscape resize fix for the problem of NN4 not displaying the page layout after resizing the window. the common solution is to reload the page.
unfortunately netscape 4 will forget executing some javascript code after reloading.
maybe this has something to do with the external JS-file i'm linking when the page loads? there are 3 lines of code that are generated when loading the page using document.write(), that use a number generated with a function in the external js-file.
the first loading works just fine, the page displays as wanted, looking at the source i can see the generated lines of code.
after resizing and reloading these lines are gone. and this causes my page to display NOT as wanted.
i know NN4 sucks, but i have do take care of lots of customers who still use this peace of sh**.
your help is appreciated
thx