2 related questions . . .
I'm launching an asp app to cleanup stuff when I either refresh a window or close it. I have a javascript that fires off using the onunload event.
First question . . .
Why would using, within the javascript, window.open (strURL); work and parent.mainlocation.href = strURL; not work?
Second question . . .
Using the onunload event and window.open works on by development box running IIS and using IE7. However when I upload to my company’s production box, the wndow.open command doesn't work although other commands in the script do function. The prod box also uses IIS.
Is there an attribute within IIS that disables exit pop-ups?
Thanks


