IE search pane - handle close event
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

IE search pane - handle close event

From: Amiro <igor.danchenko@gmail.com>
Date: Mon Apr 10 2006 - 13:02:14 CEST

MS Internet Explorer has an ability to show custom search bar in his
"search pane".
Here is an example which loads your custom bar.html in his search pane:

<html><body>
<input type="button" value="Bar" onclick="window.open("bar.html",
"_search")" />
</body></html>

My question is:
How can I handle event when user closes search pane by pressing close
button?

Onunload etc. events aren't good because they occure when user leaves
the page, closes browser etc.
Received on Mon May 1 04:53:13 2006