Recording redirections



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('<br><'+'img src=pic.asp?code=2000><br>'); document.writeln('<br><i'+'mg src=pic.asp?code=3000><br>'); document.writeln('<br><im'+'g src=pic.asp?code=4000><br>'); 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");