问题描述
JavaScip中的window.event对像下的方法和属性在VS2005下显示不出来?比如:window.event.KeyCode,提示没有此属性.请教什么原因?如何解决?
解决方案
解决方案二:
高手呢?
解决方案三:
不可能,贴代码
解决方案四:
<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="a.aspx.cs"Inherits="a"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title>无标题页</title><scriptlanguage="javascript">vardf=document.getElementById("TextBox1").id;alert(df);</script></head><body><formid="form1"runat="server"><asp:TextBoxID="TextBox1"runat="server"></asp:TextBox><asp:ButtonID="Button1"runat="server"Text="Button"/></form></body></html>-->在Vs2005运行后,提示"行:10,字符:2,错误:缺少对像"
时间: 2024-09-17 18:21:48