Hello…
In one of my apps, I have to build a slide (which I program with HTML and Javascript), and when touching the image, it should open a form type application.
With this code, it works, opening the app in the same iframe.
$AuxHtml.= ‘
’;Now, is there any way to open the same app, but in a modal window? I’m seeing with javascript, but I can’t get it to work…
Any help is welcome!
Hola…
En una de mis apps, tengo que armar un slide (que lo programo con HTML y Javascript), y al tocar la imagen, debería abrir una aplicación del tipo form.
Con este codigo, funciona, abriendo el app en el mismo iframe…
$AuxHtml.= ‘
’;Ahora, hay alguna forma de abrir el mismo app, pero en una ventana modal? Estoy viendo con javascript, pero no puedo hacerlo funcionar…
Cualquier ayuda es bienvenida!