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”)%>

原文地址:https://www.cnblogs.com/ince/p/9154593.html