Results 1 to 2 of 2

Thread: We've done this before, but I couldnt find a suitable answer.....(email login)

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    10

    Arrow

    Ok...

    Basically...

    the <form action="http://freemail.sparksearch.co.uk/email/scripts/loginuser.pl" method="post"> is that...

    It has the textboxes (website) usr_pwd and loginName.....

    I am making an 'email login from vb form' thing. I tried naming the two textboxes the same as the ones on the website, and pointing the submit button to http://freemail.sparksearch.co.uk/em...s/loginuser.pl hoping it might work (using the shell32 function).

    Of course this didn't work, but does anybody have any code that will make it work?

    Regards,

    Phil

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    Create a web page as you would
    put in a value statement for the user and password


    <form name = "login" method = "post" action= "http://the name of the site with the www">

    <input type "text" value = "username"><input type "pass" value = "username">

    </form>


    <SCRIPT language = "JavaScript>
    document.login.submit()
    </script>


    save this file as whatever.html on your local drive

    shell
    c:\whatever.html

    it will automatically get you there
    Kurt Simons
    [I know I'm a hack but my clients don't!]

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