% if request("Delete") = 1 then SQL = "delete from Allies where AllyId = " & request("Allies") dbstart_temp conn.execute(SQL) end if %>