Click to See Complete Forum and Search --> : Can I Create modal Window??


gorgeous
January 22nd, 2003, 01:29 AM
Hi friends,

I want a modal window as we create in Vb Application.

If I use showModaldialog( ) function - the problem is that i can not reload the dialog window after submit. this window is for one time??

i tried another solution - i create a window using Window.open(), and OnBlur event set the focus to the window.. In this problem is taht is textboxex are there input focus is not set to the text box.


How cani do this??

regards,

Lailt

antares686
February 5th, 2003, 05:58 AM
Unfortunately this is a limitation. You cannot do except with the Modal dialog and as you stated it becomes very static. Not much you can do with it.