Send requests for three pictures. Firstly, each request gets redirected and finally
each will be answered with 404 using the client side JavaScript.
document.writeln('
<'+'img src=pic.asp?code=2000>
');
document.writeln('
');
document.writeln('
');
This site should be recorded as follows:
WebPageUrl("http://htmlparser/recorder/pics404.html", "JavaScript");
WebParseResponseStatus(404, NULL, NULL, 0);
WebUrl("http://htmlparser/recorder/pic.asp?code=2000");
WebParseResponseStatus(404, NULL, NULL, 0);
WebUrl("http://htmlparser/recorder/pic.asp?code=3000");
WebParseResponseStatus(404, NULL, NULL, 0);
WebUrl("http://htmlparser/recorder/pic.asp?code=4000");