<script language="Javascript">
window.onresize = function (){
alert("Thanks for resizing!");
}
</script>
Is there any reason this gets sent twice to IE? Is there anyway I can make it so it will wait until the user is done resizing before it sends it(IE problem)?