Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to submit user name and password to a server?

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
Hi,
I have a username textbox, password textbox, and a submit button. Users will input username, input password, and then click on the submit button. Now suppose I have want to input the username, password, and click on the submit button manually. How Do I write all of this into a url and send it? examaple,my website is the page that will recieve the username and password is
"login.aspx"
I dont want to type in the username and password and press the submit button. i would like to type the username and password into a url form? Like the stuff that one can do with an ftp.example ftp://
I hope you people can understand what im trying to do here. How do I set it up like the ftp url and send it instead of typing the infos manually and clicking on the submit button.
Thankx a bunch in advance.
 
OK, I think this might help some.

I Use C# but you'll get the point I think.

What you want (I think, based on the ftp.example) is when you click the button for it to goto the ftp without having to log into the ftp agiain.

I propose you use HttpResponse.Redirect("ftp://
This is not exact but I think it will send you in the right direction.

Let us know how it goes.

[bat] ^\A7/^ [bat]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top