Resize

liunx

Guest
Is there a way to refresh the window every time the window is resized?<br />
<br />
I need to do this because I am setting size parameters in javascript, so every time the window is resized I need the window to be reloaded in order to redo the calaculations.<!--content-->Got it:<br />
<br />
onresize="self.location.reload()"<!--content-->
 
Back
Top