PK246
08-09-2005, 07:25 PM
Dear friends,
I want window to be refreshed whenever it's re-sized.
The following code works in IE but it does not work in firefox.
Here is the code:
<script type="text/javascript">
window.onresize=new Function("location.reload();");
</script>
How do I make it work in firefox browser also?
I'll appreciate your help.
Thank you.
I want window to be refreshed whenever it's re-sized.
The following code works in IE but it does not work in firefox.
Here is the code:
<script type="text/javascript">
window.onresize=new Function("location.reload();");
</script>
How do I make it work in firefox browser also?
I'll appreciate your help.
Thank you.