<% sSQL = "SELECT DISTINCT section From tblnews" set rs = conn.Execute(sSQL) If request("newsdrop") <> "" then sSQL = "SELECT * From tblnews where section= '" & request("newsdrop") & "' " 'response.write sSQL set rs1 = conn.Execute(sSQL) Else sSQL = "SELECT * From tblnews where section= 'New Contracts'" set rs1 = conn.Execute(sSQL) End If %> Penspen News


Below is an overview of the whole website. Please click on any heading to go directly to that section. Click on 'Site Map' from any page to return to this display.

 

Onshore Engineering

Offshore Engineering

Contracting

Integrity

Field Services

Manpower

Click here for a full list of featured projects.

Aberdeen, Uk

Abu Dhabi, UAE

Athens, Greece

Bangkok, Thailand

Doha, Qatar

Jakarta, Indonesia

Lagos, Nigeria

London Head Office, UK

Mexico City, Mexico

Nairobi, Kenya

Newcastle,UK

Tripoli,Libya

Penspen Andrew Palmer

Unipen

Manchester Jetline Ltd

Spencer and Partners

 

 

<% ' dan this goes at end. 'rs.close 'set rs = nothing 'rs1.close 'set rs1 = nothing 'conn.close 'set conn=nothing %>