scusa, ho sbagliato a scrivere un text box...ho anche cambiato il titolo per evitare problemi...

esempio:

codice:
<input type="text" class="inputtext" maxlength="100" aria-label="Cerca" accesskey="/" id="q" ... >
altro esempio:

codice:
<form method="post" action="">
<textarea name="comments" cols="40" rows="5">
</textarea>

<input type="submit" value="Submit" />