<% Dim forumID, appid, allforum forumID = request.querystring("forumID")&"" allforum = Application(dbName&"foruminfo") appid = ForumIdToAppid(forumID) if len(appid)>0 then response.redirect("tt.asp?appid="&appid) end if response.end %>