Here:
Code:
<form name="eMailer">
<span style="color: red;background:#000">Tell a friend:</span>
<input type="text" style="color: red;background:#000" name="email" size="26" value=" Enter Address Here" onFocus="this.value=''" onMouseOver="window.status='Enter email address here and tell a friend about this site...'; return true" onMouseOut="window.status='';return true">
<br />
<input type="button" style="color: red;background:#000" value="Send this URL" onMouseOver="window.status='Click to send an email (with this page address) to a friend! Enter email address above...'; return true" onMouseOut="window.status='';return true" onClick="mailThisUrl();">
</form>
Bookmarks