Login into URL

N

NNlogistics

I'm new to this, specifically, html coding.

What I would like to do is go from a form in access to a url and supply the
sign in information that it asks for. From what I can see it requests 3
items:store name,IserID and Password. I would like to hardcode the info in
cmdbutton on the form. The only thing I have is the url in the hyperlink
address property in the cmd button, which gets me to the website.

I belive the code that applies to the website input is as follows

Enter your StoreNumber:</td><td height="30"><input class="text" TYPE="text"
NAME="storename" SIZE="20" MAXLENGTH="20" Value=""></td

input class="text" TYPE="text" NAME="username" SIZE="20" MAXLENGTH="20"
Value=""></td

Enter your Password: </td><td><input class="text" TYPE="password"
NAME="passwd" SIZE="20" MAXLENGTH="8" Value=""></td

In the future I would like to capture some info from the url, but one step
at a time
Any suggestions would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top