|
-
Nov 28th, 2001, 06:19 PM
#1
Thread Starter
Frenzied Member
Filling out a form on another site for a user
I need to login to another site from my site. Rather than have the user login to mine, then login again, can I login to the 2nd site from mine... maybe using outer html? I would even be happy to just fill out the user id and password for them and they can click the login button themselves. I need to make it as simple as possible for my users.
Thanks
Michael
-
Nov 29th, 2001, 03:30 PM
#2
Frenzied Member
hmmm,
try to find out what are the field they are sending and
put them in a form:
for example
http://www.vbforums.com/newreply.php...hreadid=123009
theres:
-s
-action
-threadid
so you would need to build a form with 3 field with those
three name, and your form action would be:
http://www.vbforums.com/newreply.php
let me know!
-
Nov 29th, 2001, 03:39 PM
#3
Thread Starter
Frenzied Member
I cant do it that way because they have some kind of variable called session id that generates a random number when the login form is displayed rather than submited... maybe I can get that at run time (it is in an html "hidden" field... is that possible?
Michael
-
Nov 29th, 2001, 03:42 PM
#4
Thread Starter
Frenzied Member
wouldent work if I did... never mind
michael
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
|