Hi there,
I was looking at and was wondering if I could add the technique there to my browser. It looks like it would stop all annoying onunload popups. Basically i'd like my [x] button to run:
Anyone know if it is possible to add this to your browser's behaviour? In my case its IE6 on W2K.

Posting code? Wrap it with code tags: [ignore]
[ignore][/code][/ignore].
I was looking at and was wondering if I could add the technique there to my browser. It looks like it would stop all annoying onunload popups. Basically i'd like my [x] button to run:
Code:
window.onload=window.onunload=window.onbeforeunload=null;
window.close();
Posting code? Wrap it with code tags: [ignore]
Code:
[/ignore][code]CodeHere