Hi,
I've built a custom marker class, as I wanted individual popups for each marker, and find that the "[#xxx#]" solution is too simple for my needs.
It works, but has some severe limitations.
Am I correct in assuming, that apostrophes (") are a no-go, and that HTML markup therefore must utilize "ticks" (') instead ?
I'm also trying to perform a postback, and have found working samples of this in other threads about the issue, but I'm having troubles in making it flexible.
E.g., I want to call a JavaScript function on my form with some strings arguments, embedded in an A html tag:
javascript:callMySub('This is the argument');
Unfortunately this is impossible, as the argument has spaces, and the ticks cannot be used.
Why is there such limitations on the markup I can use in marker popups ?
TIA
--
Lars