qqqq wrote on 19 jan 2005 in microsoft.public.inetserver.asp.general:
> <p><img border="0" src="file:///D:/HousePics/<%response.write
> rsData("id")%>.jpg" width="350" height="262"></p>
>
> the rsData("id")% gives the name of the picture file and appends .jpg
> to it.
>
> When I browse the page on the local machine the page displays ok and
> the graphics show up ok.
>
> When I browse to the page at work the grpahics don't show.
>
Do you have the same file on the pc on your work in it's
http://localhost/?
AND
Do you have the same pictures on the pc on your work in a directory with
the same name [file:///D:/HousePics/]?
If not, you should use
<img border="0"
src="http://yourWebDomain.com/HousePics/<%=rsData("id")%>.jpg"
>
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)