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