I'm scripting an asp.net site, and one of the buttons does a postback that loads the same page with additional info (field) on it.
The line:
TAG POS=1 TYPE=A ATTR=ID:ctl00_cphContent_btnQuote
does the click and the page loads (very fast) but the macro is still waiting for the page to load (even though it already has).
It eventually times out with an error. I suppose I could reduce the timeout and ignore the error, but is there a better way to
tell the player to not wait or to stop waiting without returning an error?
Thanks,
Ken