Urgent!!!! Losing focus within a popup

  • Follow


hi all,

i have a few select drop down menus in a pop up window. i am using a
button which brings up the pop up window.

the problem is that once the pop up window is up, i am unable to select
any of my drop down menus which are populated straight from a postgres
db. it seems like the page is refreshing too fast or i am doing
something else wrong. if i remove onblur=window.focus() i am able to
select menus but then i lose focus.

can somebody please help. this is very important for my project.

thanks to all.

0
Reply sconeek (62) 12/14/2005 12:10:50 AM

sconeek@gmail.com said:
>
>hi all,
>
>i have a few select drop down menus in a pop up window. i am using a
>button which brings up the pop up window.
>
>the problem is that once the pop up window is up, i am unable to select
>any of my drop down menus which are populated straight from a postgres
>db. it seems like the page is refreshing too fast or i am doing
>something else wrong. if i remove onblur=window.focus() i am able to
>select menus but then i lose focus.

Either the window can have focus, or your menu can have focus.
Not both at the same time.

0
Reply Lee 12/14/2005 12:54:51 AM


1 Replies
273 Views

(page loaded in 0.05 seconds)

Similiar Articles:










7/22/2012 4:44:45 PM


Reply: