hi,
i am very much new to the asp and i am going to ask a silly question that is where to write the code of asp i mean something like

<%
TheName=request.form("name)
if TheName="John" then
response.write ("Hi, John. How are you?")
response.write ("<br>Did you know I got married last month?")
else
response.write ("Hi. How are you?")
end if
%>


i know that i case of html what we do is see the source option of the internet explorer and write the code there but if i write asp code there then it is not working