Here's what I've done: Written a program which allows a user to choose one of two available buttons. These buttons are to log in, and to log out of a specific webpage. So far a dialog box pops up and asks for their username and password, then displays a message saying the login (or logout) was successful.
The webpage is very simple (think google style). It has a Username field, Password field, and 'In', 'Out', and 'View' buttons. That's it.
Here's what I need: I'm stuck with figuring out how to add the user details automatically on the site. e.g. the users comes along, presses the 'Log In' button on my script, gives their username/password...then what?
How can I send the data to the site? The process should appear seamless to the user, e.g. no need to open the browser etc.
If it helps the webpage is an intranet page, hosted on a local server, over which I have full control.
Thanks for your help
