Thursday, October 9, 2008

Yahoo Mail Shortcut using JScript

This article shows how you can make a little script using JScript that automatically login to your Yahoo Mail account.

The operating principle is very simple:

  1. Navigate to mail.yahoo.com
  2. Wait for the browser until the page is completely loading
  3. Search for username, password fields and submit button.
  4. Username and password fields value are set with your account data. After that send a click message to the Sign-in button.
Click here for source code

No comments: