This topic is locked

Open an IFrame from a PHPRunner menu item

12/9/2023 7:15:29 PM
PHPRunner General questions
A
asawyer13 authorDevClub member

I feel like I should know this but I need to open an IFrame when the user clicks on a menu item.

I have the IFrame code in theory, it's to open a shared Excel file.

Thanks in advance,
Alan

DealerModulesDevClub member 12/10/2023

Hi Alan,
Not sure if this will help.
It shows how to embed a one drive excel file / range within a webpage.
It is using iframe.

https://www.youtube.com/watch?v=5ViZ7aOxF3I

Paul

A
asawyer13 authorDevClub member 12/10/2023

I know how to get the iframe embed code, I just don't know how to setup the html/php code on the external page to wrap around the iframe code.

Seems like it should be simple but I'm struggling with it.

Thanks
Alan

admin 12/10/2023

It is hard to understand how this applies to PHPRunner. Simply create an external HTML page with all HTML code including the iframe. Once you got it working add a link to the menu pointing to that HTML page.