% ' Get and validate appid Dim appid appid = Request.Querystring("appid") ' Basic validation - must be numeric and positive If Not IsNumeric(appid) Or CLng(appid) < 1 Then Response.Redirect("displayknowledgebase.asp") Response.End End If ' Get the application name Dim strSQL, rsApp strSQL = "SELECT appid, appname FROM applications WHERE appid = " & CLng(appid) & " AND isactive = 1" Set rsApp = objConn.Execute(strSQL) If rsApp.EOF Then rsApp.Close Set rsApp = Nothing objConn.Close Response.Redirect("displayknowledgebase.asp") Response.End End If Dim appname appname = rsApp("appname") rsApp.Close Set rsApp = Nothing %>
<% Dim theme theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF %>| Description | Clicks | Last Updated |
|---|---|---|
| No articles found for this topic. | ||
| " & Server.HTMLEncode(rs("shortdescription")) & " | ") Response.Write("" & rs("clicks") & " | ") Response.Write("" & rs("lastupdated") & " | ") Response.Write("