|
-
Jul 25th, 2005, 08:36 AM
#1
Thread Starter
Junior Member
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
-
Jul 25th, 2005, 11:26 AM
#2
Hyperactive Member
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.
-
Jul 25th, 2005, 01:17 PM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|