Skip to main content
October 6, 2022
Solved

Open another interface inside an interface in the same or new tab

  • October 6, 2022
  • 3 replies
  • 0 views

this is my simple interface1, i want to create a link or something to open another interface2 (dashboard).

I'm trying this, because in sites only its available for 5 pages, 

 

interface 2

Best answer by mikes0011

It's pretty easy to make one interface hold many internal tabs, which can then refer to any number of other interfaces.

3 replies

mikes0011
mikes0011Answer
Brainy
October 6, 2022

It's pretty easy to make one interface hold many internal tabs, which can then refer to any number of other interfaces.

The Expression Guru
danna3499Author
October 7, 2022

Hi Mike, and if i want to open the interrface2 in a new window or tab ?

mikes0011
Brainy
October 7, 2022
open the interrface2 in a new window or tab

Generally this could be accomplished by opening the hardcoded URL for a Site (or specific Site Tab) in an a!safeLink() link.  Its default behavior is to open the target link in a new tab, and you would just leave this unchanged.  This method does have certain drawbacks (such as you have to basically hardcode a URL), so I recommend using it lightly.

The Expression Guru