<lenguaje de escritura="javascript">
<!--
formación de funciones()
{
selectObj = document.getElementById("enlace amigo");
//alerta();
if(selectObj.opciones[selectObj.selectedIndex].valor!=''){
//alerta(selectObj.options[selectObj.selectedIndex].value);
//window.open(selectObj.options[selectObj.selectedIndex].value);
document.getElementById("friendlinkform").action=selectObj.options[selectObj.selectedIndex].value;
formulario de enlace de amigo.submit();
}
}
-->
</script>
<formulario action="" target="_blank" id="friendlinkform" name="friendlinkform">
</formulario>
<select nombre="friendlink" onChange="javascript:formaction();">
<opción>==友情链接==</opción>
<opción valor=" http://code.knowsky.com"> <a href=" http://code.knowsky.com " target="_blank"> code.knowsky.com</a></option>
</select>
请将全角select替换为半角.