Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Q on wondow.focus()


  • From: javascript@xxxxxxxxxx (Walter Torres)
  • Subject: [Javascript] Q on wondow.focus()
  • Date: Wed, 27 Mar 2002 22:28:11 -0600

I would like to have a way to force a window forward, top most, whenever a
user clicks off the window I popped up.

I did this in the new window...

    <body onblur='window.focus()'>

and...

    <body onblur='self.focus()'>


All this did was make the button on the START bar (that represents the
window) flash. The window did not come forward.

Any ideas?

And I can't use modalDialog or modelessDialog, unless you know of a way for
these window types to accept reply data from a submit process.

Walter