%
' Purpose: Add top tech links
tl_update TL_ThisPage, "Top Links", 0
%>
WADSNET Top Link Page
<%
' Programmer: Kham Vue
' Date: 2003.08.07
' Purpose: Add top tech links
' Revision:
dim MyTop, Action, Pwd, SortBy
Action = request("Action")
Pwd = request("pwd")
MyTop = request("MyTop")
SortBy = request("SortBy")
if len(SortBy) = 0 then SortBy = "Description"
%>
<%
select case (lcase(left(SortBy,1)))
case "u": SortBy = " BY URL;"
case "c": SortBy = " BY COUNT DESC;"
case else: SortBy = " BY DESCRIPTION;"
end select
tl_writeBR "All support links listed " & SOrtBy & ""
tl_ShowTable "Order " & SortBy
%>