Peter,
I am seing a difference.
On a machine with Windows 7, the imagemap is escaping special characters as expected, placing " & " with "%20%26%20". I am migrating the app to a Server 2008 machine and the same code does not have the escaped characters.
I did a view source to verfiy and the & is being returned un-escaped.
Any thoughts?
Look at the DataCat parameter in the below image map...
<img src="myimage.asp?img=chart1&id=521941283_13" border="0"usemap="#map1">
<map name="map1"><area shape="poly" coords="450,193,517,202,567,226,585,260,567,294,517,318,450,327,383,318,333,294,315,260,333,226,383,202,450,193,450,260" title='16 Hours - Elaboration & Design - 0005287' href="t_planview_sql_dashboard.asp?action=draw&ReportLevel=2&ReportingSel=a&AssociateID=Grath, Bob&StartDateSelect=11/2012&EndDateSelect=11/2012&projid=0005287&DataCat=Elaboration & Design">
<area shape="rect" coords="625,334,839,368" title='16 Hours - Elaboration & Design - 0005287' href="t_planview_sql_dashboard.asp?action=draw&ReportLevel=2&ReportingSel=a&AssociateID=Grath, Bob&StartDateSelect=11/2012&EndDateSelect=11/2012&projid=0005287&DataCat=Elaboration & Design">
</map> |