<% ' ' HelloWorldResponsePOST.asp ' -------- ' ' Print the name that is passed in the ' 'name' POST parameter in a sentence ' response.ContentType="text/plain" response.write("Hello " & request.form("name") & ", welcome to the world of Dojo!\n") %>