% Response.Buffer = True %> <% IF Session("AdminId")="" THEN Response.Redirect("adminlogin.asp") END IF %> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <% Response.Buffer = True %> <% Dim varid, varHeight varid = Request.QueryString("id") IF varid = "" THEN varid = 1 END IF Dim objConn call openDatabaseConnection(objConn) %>
|
|