Salve ragazzi,
ho un problema con un form...
Praticamente ho un form che punta ad un sito esterno...e dovrei riuscire a "costruire" l'url in base ai CAMPI INPUT del form che inserisce l'utente...scrivo un esempio:
<form action="http://maps.google.it/maps?f=q&source=s_q&hl=it&geocode=&q="CAMPO INDIRIZZO E CITTA" method="post" name="find" target="_blank">
<input type="text" name="indirizzo" value="">
<input type="text" name="citta" value="">
<input type="text" name="nazione" value="">
<input type="text" name="altro_campo" value="">
<input type="submit" value="cerca">
</form>
GRAZIE ANTICIPATAMENTE![]()

Rispondi quotando

