HI Using page based browser level api you will have functions like WebPageUrl and WebPageLink etc which by their nature don't run sequentially because the full server response must be received before the next function gets processed and called. On the other hand, if you use Browser api you will have functions like WebUrl which does not wait for server response before moving on to the next function (assuming fwait parameter is set to zero). See help files for WebUrl for more details.
↧