Date:  10/07/2003 07:41:07 PM Msg ID:  001659
From:  Rich Thread:  001658
Subject:  Re: FoxWeb trying to compile .GIF files
I forgot to mention, I'm using the html_out variable to return the page.
 
l_cRtn=CHR(13)+CHR(10)
html_out=[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">]+l_cRtn+l_cRtn+;
  "<html>test<img src='test.gif'></html>"
Sent by Rich on 10/07/2003 07:35:23 PM:
I have FoxWeb call a .PRG, which generates a simple web page:
 
------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
<HTML>
Hello
<img src='test.gif'>
</HTML>
------------
 
"Hello" appears on the webpage.
 
However, the image does not appear, and there is now a TEST.FXP and TEST.ERR file in my directory which were created from the TEST.GIF file.
 
What's going on?