Sapete come mettere delle scritte linkabili uttilizzando un menu in html tipo questo ?
<select name="siti" >
<optgroup label="siti per webmaster">
<option value="http://www.html.it">www.html.it
<option value="http://freephp.html.it">frephp.html.it
<option value="http://freasp.html.it">freasp.html.it
</optgroup>
<optgroup label="risorse per webmaster">
<option value="http://font.html.it">font.html.it
<option value="http://cgipoint.html.it">cgipoint.html.it
</optgroup>
</select>