当前位置: 代码迷 >> Web前端 >> select上取选中的值
  详细解决方案

select上取选中的值

热度:86   发布时间:2012-11-20 09:55:43.0
select下取选中的值
<SCRIPT language="javascript">
	function showlogo () {
		document.registerForm.img.src="images/touxiang/"+document.registerForm.tx.options[document.registerForm.tx.selectedIndex].value;
	}
</SCRIPT>
  相关解决方案