Link to home
Start Free TrialLog in
Avatar of movieprodw
movieprodw

asked on

Email with mailto: to/cc/subject/body

Hello,

I have the following and it works on a mac but not windows, any ideas?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Georgia Suppressor Legislation</title>

<style type="text/css">
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
</style>
</head>
<body>

<img src="IMG" width="600" height="1800" border="0" usemap="#Map" />
<map name="Map" id="Map">
  <area shape="rect" coords="315,585,513,603" href="mailto:jan.tankersley@house.ga.gov, ron.stephens@house.ga.gov?cc=stephen.allison@house.ga.gov, jimmy.pruett@house.ga.gov&amp;subject=Repeal The Suppressor Ban&amp;body=Representatives, I am located in Bryan County, District 160, and also a constituent of one of the districts that you represent (Districts: 155, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 168, or 169) . I am emailing all of you to let you know that I would like you to support the legalization of suppressed hunting in Georgia, SB 93, which is now in the House Game, Fish, and Parks Committee." alt="br1" />
</map>        
</body>
</html>

Open in new window

SOLUTION
Avatar of DMTechGrooup
DMTechGrooup
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of movieprodw
movieprodw

ASKER

Thank you