Updated: November 2018

HS-121 TRIDENT SIMULATION FOR MICROSOFT FLIGHT SIMULATOR 2002, 2004 and FSX

PLEASE READ CAREFULLY
BEFORE CLICKING ON YOUR SELECTION!!!!

Select your Secure Online Order method below.

PLEASE ensure that you enter your email address and postal address correctly when making your purchase !
It should be noted that AOL routinely delete emails which contain download links so contact us if you have
not received your key within a few hours. If we are awake it will normally be sent immediately. Also Hotmail
will put us in your spam filter!

The Download and CD versions are identical as is the retail boxed product available in the shops. Buying from us ensures you have the latest version.
Download size is 43 Mb.

DOWNLOAD VERSION
Hawker Siddeley Trident simulation add-on for Microsoft Flight Simulator 2002, 2004 and FSX.
DOWNLOAD VERSION
£19.95

UK Sterling

 

 

I'm sorry but we no longer sell this product on CD. Only the downloadable product available here.

Please contact us by email if you require further assistance.

Thanks for your interest.

 

 

 

 

<% ' Graphical Hit Counter Example By www.PowerASP.com ' Declare variables Dim ObjCounterFile, ReadCounterFile, WriteCounterFile Dim CounterFile Dim CounterHits Dim FixedDigitCount Dim DigitCount Dim DigitCountLength Dim DigitZerosToAdd Dim DigitZeroCount Dim ShowDigits Dim DigitPath ' (FixedDigitCount) will add zeros to the front of your count ' if the count is less then the (FixedDigitCount) ' just like "frontpage" counters let you do FixedDigitCount = 6 DigitPath = "http://www.vc10.com/pub/digits/smooth" On Error Resume Next Set ObjCounterFile = Server.CreateObject("Scripting.FileSystemObject") CounterFile = "d:\web\vc10.com\www\pub\buytrident.txt" Set ReadCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) If Not ReadCounterFile.AtEndOfStream Then CounterHits = Trim(ReadCounterFile.ReadLine) If CounterHits = "" Then CounterHits = 0 Else CounterHits = 0 End If ReadCounterFile.Close Set ReadCounterFile = Nothing CounterHits = CounterHits + 1 Set WriteCounterFile= ObjCounterFile.CreateTextFile (CounterFile, True) WriteCounterFile.WriteLine(CounterHits) WriteCounterFile.Close Set WriteCounterFile = Nothing Set ObjCounterFile = Nothing DigitCountLength = Len(CounterHits) If DigitCountLength < FixedDigitCount Then DigitZerosToAdd= FixedDigitCount - DigitCountLength DigitZeroCount = 1 For DigitZeroCount = DigitZeroCount to DigitZerosToAdd ShowDigits = ShowDigits & "" Next End If DigitCount = 1 For DigitCount = DigitCount to DigitCountLength ShowDigits = ShowDigits & "" Next %>

© 2003-2018 David Chester