Results 1 to 4 of 4

Thread: Filling out a form on another site for a user

  1. #1

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057

    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

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    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!

  3. #3

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    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

  4. #4

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    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
  •  



Click Here to Expand Forum to Full Width