Need Roboform Functionality
I’m working on a webpage and I need a script that can simulate the stuffing of the keyboard. I’m looking for Roboform like capability.
I want to be able to “power into” or automatically login to a site to which I already know the User ID and Password. I want to do this to save keystrokes for my client(s). I believe I need to stuff the keyboard with the User Id {tab} Password {tab} then Enter. This would allow me to login with the least amount of keystrokes.
Somehow the script would have to be generic enough to work with most login pages. I have real legitimate reasons for wanting to do this.
My code is in classic ASP but I think this routine will probably need to be in Javascript.


