Web Development
automatr.asc
Associated article: HTML Conversion and FTP Automation
Tags: Web Development Design
_HTML CONVERSION AND FTP AUTOMATION_
by Lauren Hightower
Listing One
.
.
.
{Check to see if you want to automatically FTP the output file}
if CheckBox_FTPAutomate.State=cbchecked then
FTP_file;
end;
procedure THTML_AUTOMATE.Save1Click(Sender: TObject);
var s_...


