J
John
I have attached the java script code to Button web control as follows.
myButton.Attributes.Add("OnClick", "OpenWindow()")
I have written java script to open the window in the OpenWindow function.
When I click on the myButon, new window will open and at the sametime
button is posting back the form(?) and the main window comes up and the
opened window goes behind. So that my purpose of displaying the data(window)
is lost. how to make sure that the opened window will remain on top in the
clicked event of button.
Thanks
john
myButton.Attributes.Add("OnClick", "OpenWindow()")
I have written java script to open the window in the OpenWindow function.
When I click on the myButon, new window will open and at the sametime
button is posting back the form(?) and the main window comes up and the
opened window goes behind. So that my purpose of displaying the data(window)
is lost. how to make sure that the opened window will remain on top in the
clicked event of button.
Thanks
john