VBScript PostBack
Hi
I have some VBScript in a aweb page that runs when a user clicks a button.
It performs client side operations with Word.
When ity ihas finished I want to do a postback so that the asp.net page can
do some follow-on processing.
I have tried creating a hidden server control button and doing executing a
click() mnethod for it but the event doesn;t get through. Having difficulty
finding out how to work with browser events in this way.
Any help appreciated.
David
|