G
Guest
I m trying to write some forms that appear beside Textboxes like the auto
complete window that shows beneath the address bar in IE.
Now i managed to show the window beneath the text box in the same way but my
only problem here is that the window doesnt respond to mouse move events coz
it doesnt have the focus ! , and if it got the focus the form having the
textbox will loose its focus so the cursor will disappear from the textbox
(which means that keypress events will not go to the textbox!).
so how could we make the window capture different mouse events without
having to get the focus ! .
complete window that shows beneath the address bar in IE.
Now i managed to show the window beneath the text box in the same way but my
only problem here is that the window doesnt respond to mouse move events coz
it doesnt have the focus ! , and if it got the focus the form having the
textbox will loose its focus so the cursor will disappear from the textbox
(which means that keypress events will not go to the textbox!).
so how could we make the window capture different mouse events without
having to get the focus ! .