Tagged Questions
1
vote
2answers
2k views
what's the difference between <% %> and <script language=“vbscript” runat=“server”> in classic asp?
I couldn't find much documentation on the web
so far now, the obvious difference seems to be that you cant mix html and vbscript using the "script" tag
for example, this is ok
<% public sub ...