当前位置:Gxlcms > PHP教程 > php模板中的select控件的onchang事件代码不起作用

php模板中的select控件的onchang事件代码不起作用

时间:2021-07-01 10:21:17 帮助过:27人阅读

php模板中的select控件的onchang事件代码不起作用,如下:
   
请问这是为什么?


回复讨论(解决方案)

Enter your name:  

document.forms['theForm'].s[]
要写作
document.forms['theForm'] ["s[]"]

	function s_changed(obj) {		if (obj.value == '2') {			alert('ok');		}	}


忘记密码?

登录