1234567891011121314151617
<html><head><title>asasd</title><script language="JavaScript"><!-- function profil(url){ var seite = url; var url = 'http://localhost/'+seite+'.html'; alert(seite); location.href=url; }--></head><body><select name="profil" size="10" onchange="profil(this.value);"><option value="home">Test</option></select></body></html>