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

asp中用response.write 输出javascript如何写

2012-02-24 
asp中用response.write 输出javascript怎么写inputtype button name button value 注册 class

asp中用response.write 输出javascript怎么写
<input   type= "button "   name= "button "   value= "注   册 "   class= "inputButton "     onclick= "MM_openBrWindow( 'reg.asp ', ' ', ' ') "/> </td>


response.write   " <input   type= 'button '   name= 'button '   value= '注   册 '   class= 'inputButton '     onclick=这里javascript   怎么写呢   > "


[解决办法]
response.write " <input type= " "button " " name= " "button " " value= " "注 册 " " class= " "inputButton " " onclick= " "MM_openBrWindow( 'reg.asp ', ' ', ' ') " "/> </td> "
[解决办法]
response.write " <input type=button name=button value=注 册 class=inputButton onclick=MM_openBrWindow( 'reg.asp ', ' ', ' ')/> "

不加引号似乎也可以~
[解决办法]
para=replace(para, " " " ", " " " " " ")
para=replace(para, " ' ", "\ ' ")
response.write(para)
[解决办法]
" "

热点排行