httpWebRequest / Javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas Goodson

    httpWebRequest / Javascript

    Does anybody here have an example of using the httpWebRequest object in
    ASP/JavaScript (um...JScript)? I need the basic ability to retrieve a web
    page (most likely requested via a POST) into a string variable.
    ** Tom **

  • bruce barker

    #2
    Re: httpWebRequest / Javascript

    google is your friend:



    -- bruce (sqlwork.com)

    Thomas Goodson wrote:
    Does anybody here have an example of using the httpWebRequest object in
    ASP/JavaScript (um...JScript)? I need the basic ability to retrieve a
    web page (most likely requested via a POST) into a string variable.
    ** Tom **
    >

    Comment

    • Thomas Goodson

      #3
      Re: httpWebRequest / Javascript

      Ok, I've seen that page, but it applies to client side usage of the XHR
      object and not server side use of the httpWebRequest object.
      ** Tom **

      "bruce barker" <nospam@nospam. comwrote in message
      news:ul$Y6llcIH A.4436@TK2MSFTN GP05.phx.gbl...
      google is your friend:
      >

      >
      -- bruce (sqlwork.com)
      >
      Thomas Goodson wrote:
      >Does anybody here have an example of using the httpWebRequest object in
      >ASP/JavaScript (um...JScript)? I need the basic ability to retrieve a
      >web page (most likely requested via a POST) into a string variable.
      >** Tom **
      >>

      Comment

      Working...