Page is a not externally linkable
T_Suresh_Babu - 4:25 am on Apr 11, 2002 (gmt 0)
The above lines of code may be single line fix. If the page have many images or size of the page is large then the above solution is odd for IE. So javascriot NN resize fix is suitable in that case. Since it reloads the page if it is Netscape Only.
<frameset onResize="history.go(0)">
or
<body onResize="history.go(0)">
<<
But it affects IE also.
(ie) while resizing a IE window it doesn't reloads the page but simply resizes the page without any problem.