I am trying to capture a site with the following code for testing the validity
of my website. HTTrack is not able to go past the first page. Is this
possible? Please help.
<html>
<body onload="document.location.href=document.login_form.submit()">
<form
action="/portal/site/<%=request.getParameter("site")%>/template.LOGIN/acti
on.process" method="post" name="login_form">
<input type="hidden" size="40" name="logon" id="username" value="xxxxx">
<input type="hidden" size="40" name="password" id="password" value="xxxxx">
<input type="hidden" name="realm" value="realm1">
</form>
</body>
</html> |