<%@LANGUAGE="VBSCRIPT"%> <% if(Request.ServerVariables("REMOTE_ADDR") <> "") then Command1__USR_IP = Request.ServerVariables("REMOTE_ADDR") %> <% Dim RecCount Dim RecCount_numRows Set RecCount = Server.CreateObject("ADODB.Recordset") RecCount.ActiveConnection = MM_connCounter_STRING RecCount.Source = "SELECT * FROM webCount" RecCount.CursorType = 0 RecCount.CursorLocation = 2 RecCount.LockType = 1 RecCount.Open() RecCount_numRows = 0 %> <% if Session("countOK") <> 1 then set Command1 = Server.CreateObject("ADODB.Command") Command1.ActiveConnection = MM_connCounter_STRING Command1.CommandText = "INSERT INTO webCount (count_ip) VALUES ('" + Replace(Command1__USR_IP, "'", "''") + "') " Command1.CommandType = 1 Command1.CommandTimeout = 0 Command1.Prepared = true Command1.Execute() Session("countOK") = 1 end if %> <% Dim Products Dim Products_numRows Set Products = Server.CreateObject("ADODB.Recordset") Products.ActiveConnection = MM_connProducts_STRING Products.Source = "SELECT * FROM mechanical ORDER BY PS_Id ASC" Products.CursorType = 0 Products.CursorLocation = 2 Products.LockType = 1 Products.Open() Products_numRows = 0 %> <% ' *** Recordset Stats, Move To Record, and Go To Record: declare stats variables Dim RecCount_total Dim RecCount_first Dim RecCount_last ' set the record count RecCount_total = RecCount.RecordCount ' set the number of rows displayed on this page If (RecCount_numRows < 0) Then RecCount_numRows = RecCount_total Elseif (RecCount_numRows = 0) Then RecCount_numRows = 1 End If ' set the first and last displayed record RecCount_first = 1 RecCount_last = RecCount_first + RecCount_numRows - 1 ' if we have the correct record count, check the other stats If (RecCount_total <> -1) Then If (RecCount_first > RecCount_total) Then RecCount_first = RecCount_total End If If (RecCount_last > RecCount_total) Then RecCount_last = RecCount_total End If If (RecCount_numRows > RecCount_total) Then RecCount_numRows = RecCount_total End If End If %> <% ' *** Recordset Stats: if we don't know the record count, manually count them If (RecCount_total = -1) Then ' count the total records by iterating through the recordset RecCount_total=0 While (Not RecCount.EOF) RecCount_total = RecCount_total + 1 RecCount.MoveNext Wend ' reset the cursor to the beginning If (RecCount.CursorType > 0) Then RecCount.MoveFirst Else RecCount.Requery End If ' set the number of rows displayed on this page If (RecCount_numRows < 0 Or RecCount_numRows > RecCount_total) Then RecCount_numRows = RecCount_total End If ' set the first and last displayed record RecCount_first = 1 RecCount_last = RecCount_first + RecCount_numRows - 1 If (RecCount_first > RecCount_total) Then RecCount_first = RecCount_total End If If (RecCount_last > RecCount_total) Then RecCount_last = RecCount_total End If End If %> <% Dim RefreshTime, IdleTime, TotalUsers, OnlineUser(), Tmp(), Num, I, ID RefreshTime = 10 IdleTime = RefreshTime * 3 Application.Lock If Application(Session.SessionID & "LastAccessTime") = Empty Then If Application("TotalUsers") = Empty Then Application("TotalUsers") = 0 ReDim Tmp(Application("TotalUsers") + 1) Num = 0 If Application("TotalUsers") > 0 Then For I = LBOUND(Application("OnlineUser")) To UBOUND(Application("OnlineUser")) ID = Application("OnlineUser")(I) If ID <> Session.SessionID Then Tmp(Num) = ID Num = Num + 1 End If Next End If Tmp(Num) = Session.SessionID Application("TotalUsers") = Num + 1 ReDim Preserve Tmp(Application("TotalUsers")) Application("OnlineUser") = Tmp End If Application(Session.SessionID & "LastAccessTime") = Timer ReDim Tmp(Application("TotalUsers")) Num = 0 For I = 0 To Application("TotalUsers") - 1 ID = Application("OnlineUser")(I) If (Timer - Application(ID & "LastAccessTime")) < IdleTime Then Tmp(Num) = ID Num = Num + 1 Else Application(ID & "LastAccessTime") = Empty End If Next If Num <> Application("TotalUsers") Then ReDim Preserve Tmp(Num) Application("OnlineUser") = Tmp Application("TotalUsers") = Num End If Application.UnLock %>
 
 
   
 

ˇ@ˇ@
ˇ@ˇ@
Westside Ltd. has supplied quality-sealing Products to the global industrial markets since 1981.Located in Taiwan, we committed to reducing pump parts' life cycle cost for any pumping jobs. In 1991,we set up our second factory in China. After 20 yearˇ¦s effort on quality, price and delivery, Westside Ltd. boasts the satisfaction of our client.

ˇ@ˇ@Striving to achieve excellent production,we have developed full range of mechanical seals.From single spring seals to heavy duty cartridge seals are available for different industrial applications.ˇ@
ˇ@
ˇ@ˇ@Based on our production experience and innovative spirit, we have also successfully developed several different kinds of parts for our customers. Now, we are able to provide molded and machined parts with variant materials, such as Teflon, Viton, Silicon Rubber, Stainless Steel, Silicon Carbide...etc.
Custom made products are always welcome. If you have any questions, please don't hesitate to contact with us. We are looking forward to hearing from you soon.

 

 
ˇ@ˇ@AddressˇG2FL., No.3, Alley 4, Lane 185, Sec. 6, Chung Shiao E. RD.,
ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@11504, Taipei, Taiwan
ˇ@ˇ@Mailing AddressˇGP.O.BOX 48-422, 105, Taipei, Taiwan
ˇ@ˇ@Tel ˇG886-2-2785-9030
ˇ@ˇ@FaxˇG886-2-2785-7602
ˇ@ˇ@E-MailˇGweseal@ms22.hinet.net
 

 

 

 

     
 
ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@ˇ@2006 © WESTSIDEˇ@LTD. All Rights Reserved <%=(RecCount_total)-537%>
<% RecCount.Close() Set RecCount = Nothing %> <% Products.Close() Set Products = Nothing %>