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
|
|