- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- Menù opzioni
-
Menù opzioni
Salve, volevo sapere cosa manca al codice per trasformare le voci in eventuali link
Grazie
<form action=ìì>
<select name="siti" >
<optgroup label="siti per webmaster">
<option value="http://www.sito.it">www.sito.it </option>
<option value="http://freephp.it">frephp.it </option>
<option value="http://freasp.it">freasp.it </option>
</optgroup><optgroup label="risorse per webmaster">
<option value="http://font.it">font.it </option>
<option value="http://cgipoint.it">cgipoint.it </option>
</optgroup>
</select>
</form>
-
@trench said:
Salve, volevo sapere cosa manca al codice per trasformare le voci in eventuali link
Puoi fare con Javascript, ad esempio:
[html]
<form action=ìì>
<select name="siti" onchange="location.href = this.value;">
<optgroup label="siti per webmaster">
<option value="hxxp://sito.it">sito.it </option>
<option value="hxxp://freephp.it">frephp.it </option>
<option value="hxxp://freasp.it">freasp.it </option>
</optgroup><optgroup label="risorse per webmaster">
<option value="hxxp://font.it">font.it </option>
<option value="hxxp://cgipoint.it">cgipoint.it </option>
</optgroup>
</select>
</form>
[/html]
-
Oppure anche con
[HTML]
<a href="sitodalinkare">nomedelsito</a>[/HTML]
-
@vnt54 said:
Oppure anche con
[html]
<a href="sitodalinkare">nomedelsito</a>Beh, no, essendo questo un menu a tendina
-
Scusate il ritardo della risposta. Non avendo alcuna esperienza in Java pensavo che potevo associare, nel modulo ad ogno nome un eventuale link ad una pagina html, invece devo farlo assolutamente in Java giusto?
Qualcuno ha qualche consiglio per capire come farlo in Java o magari ancora meglio un esempio.Grazie
-
Scusa, ma ti ho postato la risposta / esempio nel mio primo post.
Oppure non ho capito cosa chiedi....
-
Ma come si comporta il motore di ricerca? legge questi link?
-
Ciao allegretti
Da che so io, dal 2008 google riesce a seguire i moduli
googlewebmastercentral.blogspot.it/2008/04/crawling-through-html-forms.html