November 28, 200619 yr I have a script that is using the web viewer to: 1. Select the URL and; 2. Past the HTML Content to a field for storage It seems as if the script is running faster than the page can load. How do I make the script wait for the page to load before it pastes the content?
November 28, 200619 yr ..do a "Pause/Resume Script" and set a duration of how many secons the page needs to load. Regards Ron
November 28, 200619 yr Try inserting this into your script assuming that getastext works... Loop Set Variable[$content ; GetAsText(Webviewerhere)] Pause 1 second Exit Loop If[GetAsText(Webviewerhere) = $content] End Loop
Create an account or sign in to comment