Bearing in mind this is for classic asp
Which is better, all HTML contained within Response.Write Statements or inserting variables into HTML via &l
<%= %> and the rest get expanded to Response.Write() so it's the same in the end.
<%= %>
Response.Write()