PDA

View Full Version : asp.net url variables to populate form fields and/or auto submit



MISAckimball
12 Nov 2010, 10:37 AM
I have a shortcut on my desktop to a login page for a website I use quite often. Every time I go there I have to reenter my user name and password.

The desktop URL shortcut I have is
http://domain.com/service/Login.aspx

I’ve tried adding the following changes
http://domain.com/service/Login.aspx?username=ckimball&password=joshua1

But this doesn’t auto populate the fields on the website when it loads. Is there something special I need to do so the webpage will fill in the fields on the form?

Also bonus if I could just auto submit to login so I don’t need the page to load and have me click “login” but I don’t think that’s possible… or is it?

Any help is greatly appreciated.