Popup template with iframe
I have a popup with a table temple that works well on pages that are allowed to be in an iframe.
<div class="embed-responsive embed-responsive-16by9 Fox_Change_Rounded" style="alignment-adjust:middle; height: 1000px; background-color:transparent;" >
<iframe id="" width="100%" height="1000" style="visibility:visible" src="{{#urlDecode}}{{City_Wiki_Formated__c}}{{/urlDecode}}"></iframe>
</div>
Is there any method to do this without iframes so I could get a pages that don't like iframes? I want them to show in the popup.
<div class="embed-responsive embed-responsive-16by9 Fox_Change_Rounded" style="alignment-adjust:middle; height: 1000px; background-color:transparent;" >
<iframe id="" width="100%" height="1000" style="visibility:visible" src="{{#urlDecode}}{{City_Wiki_Formated__c}}{{/urlDecode}}"></iframe>
</div>
Is there any method to do this without iframes so I could get a pages that don't like iframes? I want them to show in the popup.
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
It looks like you are trying to show City_Wiki_Formated__c depending on the value in the urlDecode field. If that's true, does using # and / like explained in the Sections part of the Merge Syntax tutorial within a template resolve the issue for you?
Thanks!
Karen
I hear it is possible using HTML 5 Web Components. Hope that helps you!
Thanks!
Karen