asp数据动态传递

数据动态传递

<a href="<%=rs(“url”)%>" title="<%=rs("title")%>" target="_blank"><%=rs("title")%></a>

<a href="123.asp" title="<%=rs("title")%>" target="_blank"><%=rs("title")%></a>

 

动态数据图片参数传递

<a href="123.asp" title="<%=rs("professionaltitle")%>" target="_blank">

<img name="<%=rs("imgname")%>" src="<%=rs("img")%>" width="" height="" alt="<%=rs("title")%>" /></a>

动态数据传递

123.asp?id=<%=rs(“id”)%>

posted @ 2018-06-08 11:06  黑旗君  阅读(100)  评论(0编辑  收藏  举报