本文介绍了将eval作为参数传递给javascript时出错。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
< asp:LinkButton ID =LinkButton1runat =serverOnClientClick =return oepnwindow('<%= Eval(ID)%>')> LinkButton
这里打开了新窗口,但没有在页面中获取ID。
出了什么问题,我不知道这个东西。
您还可以为下次提供建议。在此先感谢。
<asp:LinkButton ID="LinkButton1" runat="server" OnClientClick="return oepnwindow('<%= Eval(ID)%>')" > LinkButton
Here new window is opened, but not getting ID in the page.
what's wrong, I am newbee to this stuff.
You can also give advice for next time. Thanks in Advance.
推荐答案
这篇关于将eval作为参数传递给javascript时出错。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!