Page 1 of 1

Iframe url

Posted: Fri Sep 15, 2023 1:03 pm
by paulk
Hello all
I wonder if anyone can answer this one:

I have an iFrame with the following code:

Code: Select all

<iframe src="index.html#$(unode),$(ap),$(at),$(af)" width="500px" height="500px"  frameborder="0" scrolling="no" ></iframe>
As expected when the iFrame loads it shows the currently loaded page matching the viewing parameters.
However I'd like the iFrame to load without certain skin elements or no skin elements at all.

Is this possible?

Re: Iframe url

Posted: Fri Sep 15, 2023 1:14 pm
by Tony
Hi,

You can add another value that will reference a variable in the skin that hides the UI. Check out this forum post: https://forum.ggnome.com/viewtopic.php?t=15454

Tony

Re: Iframe url

Posted: Fri Sep 15, 2023 1:22 pm
by paulk
Thanks Tony thats just what I was looking for!