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