How do I create an Iframe without the nav bar?

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
nycwebmaster
Veteran Member
Posts: 90
Joined: 2015-11-23 01:02

How do I create an Iframe without the nav bar?

Post by nycwebmaster » 2020-06-15 15:56

Hi,

Is there a way to be able to create Iframes from the forms I'm creating in Appgini in which I can incorporate in other websites without showing the navigation bar. Only showing the form?

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: How do I create an Iframe without the nav bar?

Post by pbottcher » 2020-06-15 17:48

Hi,

may this gives you some information.

viewtopic.php?f=11&t=2604&p=7753&hilit=iframe#p7753

if you are on the same origin, you should be able to handle the rest through the hooks files.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: How do I create an Iframe without the nav bar?

Post by jsetzer » 2020-06-16 03:59

Hi,

I'm not sure if this is what you want and if this works in all cases, but you can try adding the Embedded parameter to the source of the iframe:

Code: Select all

TABLENAME_view.php?Embedded=1
or

Code: Select all

TABLENAME_view.php?SelectedID=1&Embedded=1

Does this help?

Regards,
Jan
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply