Forums
This topic is locked
How to implement a variable in HTML images
Replies
Replied 07 Nov 2002 11:22:51
07 Nov 2002 11:22:51 Vince Baker replied:
<%
Dim strImageVar
strImageVar = "/main/Forms/" & rsYourRecordset.fields.item("Yourfieldname".value
%>
<td><img scr="<%=strImageVar%>" width..........
Regards
Vince
Response.write("The best line of code you can ever use"
VBScript | ASP | HTML | SQL | Oracle | Hosting
Dim strImageVar
strImageVar = "/main/Forms/" & rsYourRecordset.fields.item("Yourfieldname".value
%>
<td><img scr="<%=strImageVar%>" width..........
Regards
Vince
Response.write("The best line of code you can ever use"
VBScript | ASP | HTML | SQL | Oracle | Hosting