当前位置: 代码迷 >> ASP >> 这么连接为什么不行
  详细解决方案

这么连接为什么不行

热度:70   发布时间:2012-10-18 13:46:55.0
这样连接为什么不行?
<a href="goojiey.asp?searchkey="+
<%
Response.Write request.Form("soutext")
%>+"下载" target="_self">


该怎么连接呢?

------解决方案--------------------
HTML code
<a href="goojiey.asp?searchkey=<%=request.Form("soutext")%>下载" target="_self"> 
  相关解决方案