The original message:
Please view the document i uploaded for you using Google docs.
Click here just sign in with your email to view the document its very important.
Thank you.
kerry kennedy
where “Click here” linked to:
http:// husbandsbosworth.info/googledocss/googledocss/sss/index.htm
Clicking on any of these will toggle a form (via JavaScript) that submits to a .php file named for the service (presumably, to log your credentials) *after* the JavaScript verifies neither the User or Password field is empty, or in the case of the “other” “provider”, that the email address is a valid address (yahoo.php, gmail.php, hotmail.php, aol.php, other.php). After entering your email and password, and submitting, the .php script presumably logs your credentials. The script then gives an HTTP 302 Moved Temporarily redirect to “https://docs.google.com/”.
Example:
<!-- GMAIL CONFIG !--></pre> <div id="toggleTextgmail" style="display: none;"> <img title="Gmail" src="./Remax - Secure Login_files/gmail.jpg" alt="" width="132" height="48" border="0" /> <p align="right"><a>close [x]</a></p> <form action="gmail.php" method="post" name="gmail"> <label>Gmail Email Address:</label> <input style="width: 200px;" name="gmailuser" type="text" /> <label>Gmail Password</label> <input style="width: 200px;" name="gmailpassword" type="password" /> <input name="s_gmail" type="submit" value="Sign in" /> </form></div> <pre>