Hi,
is there a limitation with the "post" method?
<form method="post" action="...">
.
.
.
I mean, what is the maximum size if the field or the maximum number of input?
<input type="text" class=textbox value="tutu" name="aNameNb34" size="20" maxlength="30">
Thanx a lot
is there a limitation with the "post" method?
<form method="post" action="...">
.
.
.
I mean, what is the maximum size if the field or the maximum number of input?
<input type="text" class=textbox value="tutu" name="aNameNb34" size="20" maxlength="30">
Thanx a lot