I have a map which i show on a screen with the external link (no login required).
Now i added a "self html" object, which i filled with an iframe of a webpage. The iframe is showing correctly on the mapdesigner of the Enterprise Console. I can edit and place it, all good. But, it doesn't show up on the map through the external link! I only see a very thin frame in the location where the iframe should be.
Are there exclusions for maps showing through links without required login?
the html code i used in "HTML before" is this: --- <iframe width="430" height="800" src="http://www.backyard-racing.ch/zeiterfassung.php?user=XXX&pw=XXX" style="-webkit-transform:scale(0.7);-moz-transform-scale(0.7);"></iframe> ---
another thing that can cause the problem: the "&" in my URL is transformed to "&" in the mapdesigner field. I cannot add the html without the transformation to "&" happens.
Add comment