QUESTION POSED ON: 19 March 2004
I want to refresh (like the command @ViewRefreshfield) a Web form using a button action in JavaScript.
My first instruction in my button is a _doclick($refresh,...), but when I click on the button, the refresh is performed only after all the other instructions.
How can I do to make it refresh whenever I want?
|