sono nuovo del forum e di HTML, sto provando a fare dei test e in ambiente windows avevo creato una piccola procedura INDEX.HTML con dentro una FORM con metodo=POST che richiama una seconda FORM di scelta in ARTICOLI.HTML e volevo portarla su UNIX HTML 4.0;
mentre in windows funziona correttamente in ambiente UNIX dice errore di metodo POST; se trasformo la routine chiamata in articoli.html in articoli.php funziona correttamente; in HTML 4.0 il metodo POST può richiamare solo routine del tipo php? grazie

<table border="3">
<tr>
<td align="center"><h1>RICERCA</h1></td>
</tr>
<tr>
<td>
<table>
<form method="post" action="articoli.html">
<tr>
<td><h3><p>ARTICOLO&nbsp;</h3></p><td align="right"><input type="submit"
class="custom" name="submit" value="Invio"></td></td>
</tr>
</form>
</table>
</td>
</tr>
</table>