asp如何用按钮给文本框赋值
<%functionhuoquimg(key)dimtextvaluetextvalue=123Key.value=textvalueendfunction%><tabl...
<%
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
%>
<table width="95%" border="0" align=center cellpadding="3" cellspacing="2" bgcolor="#FFFFFF" class="admintable"><tr>
<td colspan="3"width="20%" bgcolor="#FFFFFF" class="b1_1" ><input name="Key" type="text" id="KeyWord" size="20" > <button onClick="huoquimg(key):" >工会</button> <button onClick="Key.value='中心'">中心</button></td>
</tr>
</table>
为什么按工会按钮时,123传不到文本框里?
我目的就是通过函数运算后得到一个值,点击按钮,传给文本框! 展开
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
%>
<table width="95%" border="0" align=center cellpadding="3" cellspacing="2" bgcolor="#FFFFFF" class="admintable"><tr>
<td colspan="3"width="20%" bgcolor="#FFFFFF" class="b1_1" ><input name="Key" type="text" id="KeyWord" size="20" > <button onClick="huoquimg(key):" >工会</button> <button onClick="Key.value='中心'">中心</button></td>
</tr>
</table>
为什么按工会按钮时,123传不到文本框里?
我目的就是通过函数运算后得到一个值,点击按钮,传给文本框! 展开
1个回答
展开全部
是
<script language="vbscript">
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
</script>
不是
<%
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
%>
函数写在script脚本里
<script language="vbscript">
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
</script>
不是
<%
function huoquimg(key)
dim textvalue
textvalue=123
Key.value=textvalue
end function
%>
函数写在script脚本里
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询