PDA

View Full Version : on window focus event


deeps
05-15-2003, 03:15 PM
Hi I have a webpage and at one instance it created a child winodw.Now whenever user selects child window , I want some actions to be taken place.I want to know what kind of event/events are fired when user selects window . I used "Focus"
like
<script language="javascript">

window.onfocus = alert("Hello");

</script>

It alerts me only when the first time child window is created after that whenever I select child window no alert is displayed.
so "onfocus" has not been that successful.

If anybody knows any answer , I will be thankful.
Thanks in advance

Deeps

cheesebagpipe
05-15-2003, 03:47 PM
http://www.xs4all.nl/~ppk/js/events_tradmod.html