<% var sSQL = 'SELECT * FROM clientinfo ORDER BY company,insurancetype'; var strCompany = ""; var dbAccess=new TDataAccess(); dbAccess.runQuery(sSQL); %> Lansdowne Woodward Ltd - Information for Clients

Information for Clients

Claims

All insurers will either require a claim form completed or details taken over the phone. If you are an existing client of Lansdowne Woodward Ltd it is always best to contact us first to discuss the claim. Of course this is not always pratical so the following can help.

You will need to know what type of policy you have and search below for either the number of the Insurers claim line or the link to the insurers website to download the claim form. In all cases please have your policy number available as this is how the insurers will identify you.

Example: Damage to home contents covered by Norwich Union - telephone 0800 012345 with your policy number.

<% Response.Write(''); while (dbAccess.fetchNext()){ if (strCompany != dbAccess.getFieldAsString('company')){ Response.Write(''); strCompany = dbAccess.getFieldAsString('company'); } Response.Write(''); Response.Write(''); Response.Write(''); Response.Write(''); Response.Write(''); } Response.Write('
'+dbAccess.getFieldAsString('company')+'
'+dbAccess.getFieldAsString('insurancetype')+''+dbAccess.getFieldAsString('telephone')+''+dbAccess.getFieldAsString('extrainfo')+'
'); %>