Example: web_link

In the following example, the script loads a URL and then clicks alink:

web_url("test.html",
    "URL=http://localhost/test.html",
    "Resource=0",
    "RecContentType=text/html",
    "Referer=",
    "Mode=HTML",
    LAST );

web_link("Test1",
    "Text=Test1",
    LAST );