intelliproject logo

Location: Scripting language - JScript    License: The Intelliproject Open License (IPOL)

Yahoo Mail Shortcut using JScript

Posted by Silviu Caragea

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

Skill: Beginner

Posted: 09/10/2008

Views: 530

Rating: 5.00 /5

Popularity: 0.00

Sign Up to vote for this article

Introduction

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.

Source code

Replace "your_username_here" with your yahoo username and "your_password_here" with your account password.

Save this source code in a .js file using notepad and save it to your desktop. Every time you need to check your e-mail address just click on this file.

License

This article, along with any associated source code and files, is licensed under The Intelliproject Open License (IPOL)

About the author

Silviu Caragea

Silviu Caragea is the Founder, Administrator and Chief Editor who wrote and runs The IntelliProject.

He's been programming since 2000 and now he's student at The Faculty of Economic Cybernetics, Statistics and Informatics from Bucharest. In the same time he's working as software developer at Cratima Software, a Romanian software and web design company that activates both on the local and foreign market, providing its customers with software development services, internet and intranet solutions, web design, graphic design and IT consultancy.

His programming experience includes:
- C,C++, Visual C++(Win32 API, MFC, ADO, STL, DAO, ODBC, ATL, COM, DirectShow, DirectDraw, WTL)
- Open Source libraries :CURL & Boost
- HTML, CSS
- Java (SE,ME)
- JavaScript, Ajax, Google Web Toolkit (GWT)
- Php, MySQL
-Oracle, PL SQL
- C# .NET
-Objective C, IPhone SDK, Cocoa

Location: Romania
Ocupation: Software Engineer
Home page: http://www.intelliproject.net

Sign up to post message on the article message board!