Example: web_image_check

In the following example, the web_image_check function looks for the image ALT text is "Venus" in the ImagesAndMaps page:

web_url("index.html", "URL=http://localhost/ImagesAndMaps.html",
    "TargetFrame=", LAST );

web_image_check("Go2Venus", "Alt=Venus", LAST );