<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_adoEmailDetails_STRING Recordset1.Source = "SELECT * FROM EmailDetails ORDER BY ID ASC" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Free E-mail updates
To Info Sheet Index
Back To Home Page


RECEIVE FREE INFORMATION SHEETS

Information sheets containing used and new machinery are emailed out on an irregular basis to keep companies up to date regarding listings of machinry as they become available for sale.

Each information sheet contains between eight to ten machines with photo and brief details including the price and is approx 100k in size taking approx 12 to 17 seconds to download.

Information sheets are only sent by email and there are no attachments to open as the email is downloaded as a standard html email ready to read, print, file, or delete.

To ensure you receive these updates just complete full details as below. It must be noted that as we will only have the email address supplied on form please notify if you require to be updated or if you require to be removed.

 

 

 


Complete and Return
First Name:
Surname:
Company:
Type of Industry:
Specialising In:
Email Address:
Country:
 
AUSTRALIA'S LARGEST MACHINERY BROKER
Listing and Locating Industrial Plant and Equipment Worldwide
<% Recordset1.Close() Set Recordset1 = Nothing %>