Results 1 to 2 of 2

Thread: Accessing Header Info in ASP

  1. #1
    Guest

    Question


    Hi guys
    I was wondering if anyone could tell me how to access header information through ASP.
    Thanks
    Ste

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264

    <%= Request.ServerVariables("ALL_HTTP") %>
    <%= Request.ServerVariables("PATH_INFO") %>
    <%= Request.ServerVariables("QUERY_STRING") %>

    Try those ... is that what you mean ?
    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width