%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% option explicit %> <% dim strProjectName strProjectName = request.QueryString("name") if strProjectName = "" then response.Redirect("home.htm") end if %>