ThinkGeo.com    |     Documentation    |     Premium Support

CloudPopup bug?!?

 Hello,


I'm trying to call a javascript method from a CloudPopup.  My code looks like:


 


 


                PointShape position = new PointShape(-95.28109, 38.95363);


                StringBuilder contentHtml = new StringBuilder();


                contentHtml.Append("<a href='javascript:alert('test');>clickme");


 


                CloudPopup samplePopup = new CloudPopup("samplePopup", position, contentHtml.ToString(), 400, 290);


                samplePopup.AutoSize = true;


                samplePopup.AutoPan = true;


                samplePopup.HasCloseButton = true;


                Map1.Popups.Add(samplePopup);


 

 


The problem is that anytime I try to add Javascript to the contentHtml, the CloudPopup seems to reformat the html.  The html that gets rendered to the page is all "jumbled".  We've tried many different variations of this, but the problem is that I can not call a javascript method from a CloudPopup.


Can you build me an example that calls a javascript method from a popup anchor tag or button?  I'm using Web Edition 5.0  


Thanks,


 


Phil