Click to See Complete Forum and Search --> : Can asp be used to write html pages?


Scripter
01-24-2006, 12:05 PM
Hi

I'm looking to write html pages with asp. Is this possible?

If it is possible, i'd appreciate it if you could set me in the right direction.

Thanks in advance
Scripter

deep-wood
01-24-2006, 05:13 PM
now im only a novice, so i may have missed the point here. butyou just write the html as normal, like so:

response.write "<h1>this is html</h1>"

or end your asp tags...

'asp code up here...
%>
<h1>this is html</h1>
<%
more asp code here....

and restart your asp tag