|
You may also try this sample code:
<html>
<head>
<title>My Page</title>
</head>
<body>
<form method="post" action="mailto:youremail@email.com">
Select your favorite cartoon characters.
<input type="checkbox" name="toon" value="Goofy">Goofy
<input type="checkbox" name="toon" value="Donald">Donald
<input type="checkbox" name="toon" value="Bugs">Bugs Bunny
<input type="checkbox" name="toon" value="Scoob">Scooby Doo
<input type="submit" value="Email Myself">
</form>
</body>
</html>
Output:
__________________
Need an SEO outsourcing firm? Get a team of experienced professionals and Please login or register to view this content. Registration is FREE today.
Last edited by maryparker; 12-27-2010 at 08:45 PM..
|