I'm trying to create a liquid layer and need to call my SetLayerPos() function onResize.
When I create a test page:
<html><body onresize="alert ('test')"></body></html>
It works fine.
When I add onresize="alert ('test')" to the body tag of the page I'm working on, nothing happens when I resize. Any ideas as to why this may happen? I have a meta refreshing iframe in a moveable div layer and some forms and asp on my page and that's it.
When I create a test page:
<html><body onresize="alert ('test')"></body></html>
It works fine.
When I add onresize="alert ('test')" to the body tag of the page I'm working on, nothing happens when I resize. Any ideas as to why this may happen? I have a meta refreshing iframe in a moveable div layer and some forms and asp on my page and that's it.
Comment