js问题
我使用的是vs2005
引用代码如下
<input id= "Text1 " type= "text " onclick= "return showCalendar( 'Text1 ', 'y-mm-dd '); " onfocus= "return showCalendar( 'Text1 ', 'y-mm-dd '); " />
<img src= "../images/1.gif " alt= "选择日期 " width= "25px " height= "21px " style= "CURSOR: hand " onclick= "return showCalendar( 'Text1 ', 'y-mm-dd '); " />
其中不能换行,否则运行无效,不知道为什么
------解决方案--------------------你是在哪里换的行