Date:  09/18/2002 09:33:27 AM Msg ID:  000883
From:  Kristi Westfall Thread:  000883
Subject:  Displaying jpg with Foxweb/WinXP Browser
I am having a problem display pictures using Foxweb.  My code is as follows:
 
<TD><IMG src="<% Response.Write(ALLTRIM(pageinfo.path)+pageinfo.picture) %>" border="0" alt=""></TD>
 
where "pageinfo" is a database that contains the path and filename of the picture file.
 
If I access my website using a machine running Windows 98, the code works fine and the pictures are displayed.
 
If I access the site using a machine running Windows XP, the pictures are not displayed.
 
I am not too familiar with XP, so it may be that I have to change some settings on my browser - haven't seen anything obvious yet though.
 
Has anyone else had any similar problems with Internet Explorer under XP?