Hello,
I tried to add a scriptblock in the contentHtml of my popups like:
this.Popup.ContentHtml = "<script type='text/javascript'>getToolTipContent('[#MARKERNAME#]')</script>"</font></font></font>
and in the page which contains the map:
function getToolTipContent(nom)
{
document.getElementById(nom).innerHTML = nom;//for example
}
But it does'nt work. Have you some ideas to help me please?
Thank you,
André-François