<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" if Session("use")<>""then Recordset1__MMColParam = Request.QueryString("user") else Recordset1__MMColParam = Request.QueryString("user") end if %> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_dat_STRING Recordset1.Source = "SELECT * FROM dlpw WHERE user = '" + Replace(Recordset1__MMColParam, "'", "''") + "'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <%if recordset1.eof then response.redirect("download.htm") %> • Download •


      Select Product

  Quick Link
 • Training Schedule 
 • Download
 • Customer Inquiry
 • Contact THAI-A
 
   
 


Login to Download
Username
Password



1999-2000 copyright © by Thai Agency EngineeringCo.,Ltd. ™
2nd - 3rd Floor, Vorasin Bldg., Vipavadirangsit Rd., Jatujak, Bangkok 10900 Thailand
Tel. (662) 691-5900 ( 20 Lines )Fax: (662) 691-5820-1
E-mail:taec@thai-a.co.th sales@thai-a.co.th







<% Recordset1.Close() %>