以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 HTML/XHTML/Ajax/Web 2.0/Web 3.0 』 (http://bbs.xml.org.cn/list.asp?boardid=22) ---- 请教怎样用JS 自动加载搜索标签到输入框 (http://bbs.xml.org.cn/dispbbs.asp?boardid=22&rootid=&id=42925) |
-- 作者:dreamdance -- 发布时间:1/31/2007 2:20:00 PM -- 请教怎样用JS 自动加载搜索标签到输入框 <input name="c1_fad" type="text" size="60" maxlength="100" class=input2 ></br> <%set rs9=server.createobject("adodb.recordset") sql9="select top 5 * from tag where shh_id="&id&" order by hits desc" rs9.open sql9,conn,1,1 do while not rs9.eof%> <a href=# onClick="javascript: c1_fad.value+=<%=rs9("tag")%>;"><%=rs9("tag")%></a> <% rs9.movenext if not rs9.eof then Response.Write("<font color=""#999999""> </font>") loop rs9.close set rs9=nothing %> 我写的代码如上,不能用。但是如果我把<%=rs9("tag")%>换作数字就可以,为什么? |
-- 作者:niss -- 发布时间:3/1/2007 9:35:00 PM -- 如果有特殊字符出现就会出错,比如双引号啊什么的 |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
2,716.797ms |