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
You should frame this questions in terms of code reuse and code maintainability (aka readability). There is really no performance gain either way.