Date:  05/31/2005 06:40:59 AM Msg ID:  002585
From:  TB Thread:  002585
Subject:  from prg to a link
A bit rusty here, but how do I point to another web site from within a foxweb prg? I no longer wish to use the line that is commented out. For example:
 
if begd > endda
  theerror='Check the beg date and end date for accuracy'
 * html_out = html_out+mergetxt(readfile('anerror.htm'))
  html_out = html_out+ '<a href= https://iridium/lmca/error.htm'
  retu
endi
 
 
Obviously this syntax does not work, any ideas?