running another index from within one app - Forum

Forum Navigation
You need to log in to create posts and topics.

running another index from within one app

hi, how can i run one index.html from within my programm.

thank you

No entiendo muy bien. Queres ir a un sitio desde tu programa, en tal caso podes hacer un botón y en las propiedades cambiar el vínculo asociado al mismo (Enlace). Si en cambio quieres visualizar una página externa puedes utilizar el objeto iframe.

@kazem not sure what you want to achieve but you have four options:

  1. Use OpenURL command to open the file in another tab or window.
  2. Use LoadApp command to replace your current app with another .html file or app.
  3. You can also load a .html file into a variable using FileToVar command and render it within a Container.
  4. Use an IFrame object to embed to .html file within your app.

Regards.

 

Thank you very much.