Hello,
I want to index the page www.xxx.fr/toto.html which contains a refresh with
a javascript submitting, something like :
<script language="Javascript">
// function submit_recherche() {
   if (saisieRechercheOK())  {  document.rechercheFT.submit();  }
}
<body bgcolor="#ccffff" onload="submit_recherche()";>
<form name="rechercheFT" ACTION="http://www.xxx.fr/essai.php"; METHOD="post">
        <input type="hidden" name="Texte" value="patrim* architect*">
        <input type="hidden" name="Date" value="">
        <input type="hidden" name="nbarticles" value="50">
        </form></td>
</body>
</html>

htdig doesn't go further than the first page www.xxx.fr/toto.html and doesn
t index the result of the request. Is there any way to index the result of a
refresh.
Thanks

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to