http://qs321.pair.com?node_id=76993


in reply to Re: Re: Re: HTML To ASP Converter
in thread HTML To ASP Converter

There is no here document but it's not that much of hassle to put script tags and use the = as a shortcut for Response.Write, i.e.

' ... ' asp code %> <html> <head> <title><%=title%></title> </head> <body> <% ' more ASP code ' ...

Admittedly it's a few more characters than perl but not too painful. You can just have plain HTML text in your ASP document outside the script tags.