Does x10 use asp?

Status
Not open for further replies.

max1212

New Member
Messages
17
Reaction score
0
Points
0
Hey all,
does x10 use asp?
If not then is there some other way I could use the html form feacher?

I'm trying to set up a html form with a submit button like this...

<form method="get" action="page02.asp">

<input type="text" name="name" /> <br />
<input type="submit" value="Submit" />

</form>


going over to page02 like this...

<body>

name
<%
response.write(request.querystring("name"))
%>

</body>


...but I'm not having any luck.
Thanks for your time, Max
 
Status
Not open for further replies.
Top