what are the differences between these two guys and do I know which is which? for example...the code snipet I used earlier using VBScript in the body of my .ASP page:
<%
dim name
name="ME"
response.write(name)
%>
what kind of variable is name in the scenario?
Thanks,
<%
dim name
name="ME"
response.write(name)
%>
what kind of variable is name in the scenario?
Thanks,