asp如何用按钮给文本框赋值
asp如何用按钮给文本框赋值
日期:2016-03-13 03:40:47 人气:1
是
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
不是
<%
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
%>
函数写在script脚本里