quote: When using ASP, it is vitally important to understand that ASP code exists on the server only.ASP code, which is code surrounded by the <% and %> delimiters, is processed completely onthe server. The client cannot access this ASP code.