Considérez cette forme :
<form ... action="http:/www.blabla.com?a=1&b=2" method="GET">
<input type="hidden" name="c" value="3" />
</form>
Lorsque je soumets ce formulaire (un formulaire GET), les paramètres a et b disparaissent. Y a-t-il une raison à cela ? Existe-t-il un moyen d'éviter ce comportement ?
Merci, Tal.