% checkPermission 0 catid = stripInput(request.querystring("id")) if catid = "" then mode = 1 title = "Lista kategorier" else sql = "exec fox_getlcatname " & catid set rs1 = conn.execute(sql) if rs1.EOF then mode = 1 title = "Lista kategorier" else mode = 2 title = rs1("lcatname") end if rs1.close set rs1 = nothing end if linkedperm = getPermission(1) %>
><%= linkname %><%= offsite %>
<%= linkdescription %>
<%= lcatname %>
<%= lcatdesc %>