G
Guest
Now I has the web button control "help" button which is starting a new window
in clinet side by clicking it. OnClick for the button will start a JavaScrip
which uses window.open() to open help.html page in a new window. It works OK
to open window, but the original window is refreshed when clicking the
button. The reason is the web button control has a postback action (since it
is submit type). My question is:
Can I do this (open help.html) without refreshing the original window?
Thank you for any help.
David
in clinet side by clicking it. OnClick for the button will start a JavaScrip
which uses window.open() to open help.html page in a new window. It works OK
to open window, but the original window is refreshed when clicking the
button. The reason is the web button control has a postback action (since it
is submit type). My question is:
Can I do this (open help.html) without refreshing the original window?
Thank you for any help.
David