Yes.

http://username:[EMAIL PROTECTED]:2082

Greg Smith
Sites4all Limited
http://www.sites4all.co.uk

--- In [email protected], <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>              I want to place a large number of usernames and
passwords into
> a data base and have one page (per client) that will have html forms for
> them to log into various other web sites.
> 
> For most sites this is no problem as the following code example will
work
> ...
> 
> <form method="POST" action="http://somedomain.com/login.php";>
> <input type="hidden" name="UserName" value="myuser">
> <input type="hidden" name="PassWord" value="secret">
> <input type="submit" name="Submit" value="Login to webmail">
> </form>
> 
> All the client sees is one button that logs them into the remote
site when
> it is clicked.
> 
> However there are some logins that are using the browsers popup
login box.
> This may be a "Authtype Basic" protected folder or cPanel
> htttp://mydomain.com:2082
> 
> Is there some way that I can write the users, user name and password
into
> html so that they can login to these types of areas?
> 
> Thanks.
>


Reply via email to