Please help, I am not sure if I did something wrong, but the following code just doesn;t work well, sometimes it works, but sometimes not
function windowresize(){
window.status="resize";
.....
}
window.attachEvent("onresize", windowresize);
does anyone know how to make it work?
thanks