首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

vbscript 获得当前form,该怎么解决

2012-02-06 
vbscript获得当前form在一个网页中有很多动态生成的form,subshow(obj)obj为一个formobj.text.value1obj.s

vbscript 获得当前form
在一个网页中有很多动态生成的form,
sub   show(obj)
'obj   为一个form
obj.text.value=1
obj.submit
end   sub

<form   name= "form1   method= "post "   action= " ">
    <input   type= "text "   name= "textfield ">
    <input   type= "submit "   name= "Submit "   value= "提交 "   onClick= "vbscript:show ">
    <!---vbscript:show   这时如何处理???------>
</form>

<form   name= "form2   method= "post "   action= " ">
    <input   type= "text "   name= "textfield ">
</form>

<form   name= "form3   method= "post "   action= " ">
    <input   type= "text "   name= "textfield ">
</form>

[解决办法]
关注,帮楼主顶下!

热点排行