Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Can anybody assist?


Message #1 by "ejaz" <ejaz@p...> on Tue, 23 Jul 2002 09:41:41 +0500
This is a multi-part message in MIME format.

------=_NextPart_000_0023_01C23292.E98B26E0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<script>

function email()
{
 window.top.location.href =3D 
"mailto:ejaz@p...?subject=3Dhi&body=3D" + 
document.forms[0].textarea.value;
}

</script>
</head>
<body>
<form>
<textarea name=3D"textarea"></textarea>
<input type=3D"button" onClick=3D"email()" value=3D"Mail Me">
</form>
</body>
</html>


  Return to Index