Results 1 to 3 of 3

Thread: pass parameters to another website on another server

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    30

    pass parameters to another website on another server

    Is it possible in asp to just fill some textboxes on a website where you don't have access to... You don't need to use the server just put some values in some textboxes..
    If this is possible, can someone tell me how?

    tnx a lot

  2. #2
    Hyperactive Member gtilles's Avatar
    Join Date
    Dec 2004
    Location
    Planet Earth
    Posts
    394

    Re: pass parameters to another website on another server

    Not unless the form on the server you are sending to can or is expecting values in the text fields to be populated by a request object.
    Otherwise you could post to the same script that the form you want to send to uses....
    Truly, you have a dizzying intellect.

  3. #3
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Re: pass parameters to another website on another server

    Well, depending on how their forum is designed (if it is a simple one) you could emulate their form on your end by using asp to POST the form variables to the backend script (whatever that may be).

    Note though, you will need a server component, something that can create and send http headers, like AspTear ( i think its called ).

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