Hello,
does anyone know why the below code would not display my image. I have tried everything I can think of but it just wont work. Help me please!!!
Thanks
Andrew
<%@ Language=VBScript %>
<% Option Explicit %>
<%
Dim strImgPath
strImgPath = (Server.MapPath("images\"
)
Response.Write (strImgPath)
Response.Write ("<p>"
Response.Write ("<img scr="""
& (strImgPath) & ("admin-logo.jpg"" width=""333"" height=""175"">"
%>
does anyone know why the below code would not display my image. I have tried everything I can think of but it just wont work. Help me please!!!
Thanks
Andrew
<%@ Language=VBScript %>
<% Option Explicit %>
<%
Dim strImgPath
strImgPath = (Server.MapPath("images\"
Response.Write (strImgPath)
Response.Write ("<p>"
Response.Write ("<img scr="""
%>