response.write not working in asp page

Joined
Aug 21, 2007
Messages
1
Reaction score
0
I have created a page with frontpage and I have a response.write which is never executed. I do not understand why can someone explain? I do not get the "this is a test" displayed on the form at all

<html>
<body>
<form action="page1.asp" method="get">
First name:<input type="text" name="name1" value=<%=request.querystring("name1")%> size="20" />
<br/>
Last name:<input type="text" name="name2" value="<%=request.querystring("name2")%>" size="20" />
<br/>
<input type="submit" value="Submit" />
</form>
<hr>
<script language="VB" runat="server">
<%
response.write "this is a test"
%>
</script>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top