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

js有关问题

2011-12-31 
js问题我使用的是vs2005引用代码如下inputid Text1 type text onclick returnshowCalendar( Text

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 '); "   />
其中不能换行,否则运行无效,不知道为什么

[解决办法]
你是在哪里换的行

热点排行