<%@LANGUAGE="VBSCRIPT"%> <% Dim rsProducts__MMColParam2 rsProducts__MMColParam2 = "Wireless Networks" If (Request("MM_EmptyValue") <> "") Then rsProducts__MMColParam2 = Request("MM_EmptyValue") End If %> <% Dim rsProducts Dim rsProducts_numRows Set rsProducts = Server.CreateObject("ADODB.Recordset") rsProducts.ActiveConnection = MM_connPerthComm_STRING rsProducts.Source = "SELECT perth_products.*, perth_parent.*, perth_child.* FROM perth_products, perth_parent, perth_child WHERE perth_products.ProdCategory = perth_parent.ParentID AND perth_products.ProdManufacturer = perth_child.ChildID AND perth_parent.ParentText = '" + Replace(rsProducts__MMColParam2, "'", "''") + "' ORDER BY perth_products.ProdSort ASC" rsProducts.CursorType = 0 rsProducts.CursorLocation = 2 rsProducts.LockType = 1 rsProducts.Open() rsProducts_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsProducts_numRows = rsProducts_numRows + Repeat1__numRows %> Perth Communications_It's time we talked!
cell phones
Cellular Service
Wide Area Network


Wireless Networks

Licenced and Unlicenced Point to Point Microwave Radios
Frequency bands 400, 900 & 1400 MHz
FT1, NxT1 & (4800 bps up to 19.2 kbps) capacity
4800 bps to 512 kbps capacity for Point to Multipoint

 

TDM Multiplexers, TDMolP Solutions
Compressed Voice Systems
Fibre/Copper Converters & Modems
FT1 to OC-3, 10Mbps to GigE Capacity
Wireless Broadband Bridges

 

 

Unlicenced Multipoint and Point to Point Radios for Wireless Internet Access
Wireless Video Transmission Systems for Broadcast, Security and Traffic Applications
900 Mhz, 2.4 GHz, 5 GHz

 

 

 

 

 

<% If Not rsProducts.EOF Or Not rsProducts.BOF Then %> <% While ((Repeat1__numRows <> 0) AND (NOT rsProducts.EOF)) %>
<%=(rsProducts.Fields.Item("ProdName").Value)%>
<%=(rsProducts.Fields.Item("ProdNumber").Value)%>

<%=(rsProducts.Fields.Item("ProdDetails").Value)%>

">


<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsProducts.MoveNext() Wend %> <% End If ' end Not rsProducts.EOF Or NOT rsProducts.BOF %>


<% rsProducts.Close() Set rsProducts = Nothing %>