Response Object

There are many ways to get information sent to a browser.

  1. You can use HTML!
  2. You can use <%= "expressions" %>.
  3. You can use <% Response.Write "the Response object" %>.