-
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
-
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