The Write method sends any specified variant to the browser.
The Write method writes any specified string to the HTTP output.
There is one mandatory argument.
<%
Response.Write "Hello World"
Response.Write "<BR>"
%>
Hello World<BR>