<% Sub ShopThanksLinks (myconn,OrderID, attachmentarray, attachmentcount) '**************************************************************** ' Merchant can add additional messages ' analyze fields in the order ' set the name of an attachment file ' attachment must be full path name such as c:\images\abc.gif ' Inputs Orderid = number of the order ' OrderRs = already open recordset to the order. Do not close it ' Outputs ' Orderattachment - file to be attached (only works with ASPMAIL) ' Jan 20, 2003 VP-ASP 5.00 Demo Version '****************************************************************** end sub %>