Forum Moderators: open

Message Too Old, No Replies

using onBlur="self.focus()" for popups with user input

using onBlur="self.focus()" for popups with user input

         

taliesin

5:03 pm on Jun 13, 2002 (gmt 0)

10+ Year Member



I am having this problem: in internet explorer when I use using onBlur="self.focus()" for popups with user input, I cannot type in the text fields. Apparently, the browser does not see the text input fields as part if itself, and so forces the focus off the input fields again.

How can I keep a popup window always on top and still be able to type in the input fields in internet explorer? In netscape and mozilla, this is not a problem. Maybe there is an IE equivalent to the netscape "dependent=yes" feature of popup windows?

PsychoTekk

5:52 pm on Jun 13, 2002 (gmt 0)

10+ Year Member



<a href="#" onclick="showModalDialog('input.htm', '', 'dialogWidth:400px; dialogHeight:400px; help:no; status:no');">input</a>
...this will work in msie only though

wellcome to w m w btw :)

taliesin

6:16 pm on Jun 13, 2002 (gmt 0)

10+ Year Member



I found the solution at this website. It works very well. [getyourwebsitehere.com...]