Date:  12/05/2002 11:40:39 AM Msg ID:  001059
From:  TB Thread:  001059
Subject:  adding sadface.gif to output
I wanted to test this output by adding a sadface.gif when there is no record match, hence
 
IF RECCOUNT() < 1
 html_out = html_out + '<H1>Sorry, search came up blank    ....    try again</H1>'
 html_out = html_out +MergeTxt(ReadFile('sadface.HTM'))
    retu
ENDIF
 
But the sadface does not appear although there is no error.