<% Response.ContentType = "application/vnd.wap.xhtml+xml" %> XHTML MP Tutorial

Data received at the server:
Username: <% =Request.QueryString("username") %>
Password: <% =Request.QueryString("password") %>
Gender: <% =Request.QueryString("gender") %>
Country: <% =Request.QueryString("country") %>
Which part of our XHTML MP tutorial do you like? <% for i=1 to Request.QueryString("tutorial_part").Count Response.Write(Request.QueryString("tutorial_part")(i) & " ") next %>
temp_id: <% =Request.QueryString("temp_id") %>