Showing web page in a component

Hello,
I need to open a popup that shows another html page wich use javascript functions. I tried to use the template component, and when I initialize the component just the html source is showed (I need to show the page as it is shown on the browser and not the source)

{ view: 'template', src: 'index2.html' }
Thanks in advance for your help

Hello,

try to use “iframe” instead of “template”:

dhtmlxTouch_v10_111114/samples/technical/view/05_iframe.html