当前位置:
代码迷
>>
JavaScript
>> 高分求解:document.form1.value,该如何解决
详细解决方案
高分求解:document.form1.value,该如何解决
热度:
503
发布时间:
2012-02-22 19:36:55.0
高分求解:document.form1.*.value
如果*是一个动态的名字,应怎样处理,*代表一个从数所库里得到的值,或者是其它变量。
------解决方案--------------------
eval 就可以了
------解决方案--------------------
function save(a_name,a_date)
{
var temp1= "document.form1. "+a_name+ ".value ";
var a_na=eval(temp1);
alert(a_na);
}
查看全文
相关解决方案
jquery中$(document).ready(function()是jquery开始要写的一句话,javaWeb项目中,这句话什么时候开始实施呢
document.form1.submit() 揭示拒绝访问
form1.param.value什么意思?解决思路
document.all的用法,该如何处理
document.getElementById(。)对象不存在,该如何解决
document.getElementById与lhgdialog.js冲突,导致JS异常
document.writeln解决办法
document.getElementById("input").checked;转换成Jquery,如何写
无刷新更换验证码图片"onclick="document.getElementById('ImgCode').src='./VerifyCode.aspx'"无效,该怎么处理
怎么自动执行<a href="document.html" target="parent">my document</a> 呢
讯息: 'document.form1.xclassid' 为空或不是对象
怎么根据字符串构造 document 对象
asp.net做动态菜单出现document.all.item1.style.top=parseInt(document.all.item1.style.to),该怎么解决
document.writeln解决方法
|M| 第二贴:网上支付的有关问题 <form id="form1" runat="server"> <form id="form1" action="https://www.99bill.com/." method="post">
document.write()不覆盖其它元素,该怎么解决
Microsoft JScript 运行时异常: 'document.getElementById(.)' 为空或不是对象
问在线编辑WORD(SharePoint.Document),非正常退出WORD时(比如结束进程),第二次打开就显示已被用户锁定.请教如何解决
郁闷、难过啊一个关于JS跨页面访问的有关问题,'Parent.top_frame.document.all.T1 '为空或不是对象
使用ajax,出现,出现‘Web Form1’未定义的异常
document.getElementById("TextBox")解决办法
服务控件 当按下回车时触发的有关问题 提示:"Microsoft JScript 运行时异常: 'document.all[.]' 为空或不是对象"
document.GetElementById('PIDIn').select()对象不支持此属性或方法?该如何处理
document.write(str);的有关问题
求javascript的保留代码: document.execCommand
inherits="new.form1"中new是什么意思!解决思路
document.getElementById()里面能放参数吗?解决办法
document.createElement("div")后怎么取他的属性
◆◇◆ 能否依据 html 字符串动态的创建 document 对象? ◆◇◆,该如何处理
怎么得到光标标在 Word.Document 中位置