Shape 5

General Category => Vertex 4 Framework => : NinaBeier March 02, 2017, 09:06:33 AM



: Open the URL in the fixed Side Tab in new window?
: NinaBeier March 02, 2017, 09:06:33 AM
Hello,

is there a posibility to open the URL in the fixed side Tab in a new window? I've tried to change in  >onclick="window.document.location.href='< the location to open, but thats not the right code. (fixed_tabs.php).

Is there an other way?

Greetings,
Nina


: Re: Open the URL in the fixed Side Tab in new window?
: jonahh March 02, 2017, 12:22:47 PM
Hello Nina,

If you make this change you would just need to keep in mind that you would need to backup this file in any future Vertex update.

You can change it but the proper syntax would be:

window.open('http://www.yoursite.com')

changing:

:
onclick="window.document.location.href='<?php echo $s5_lr_tab1_click?>'"

to the below should do it:

:
onclick="window.open('<?php echo $s5_lr_tab1_click?>')"


: Re: Open the URL in the fixed Side Tab in new window?
: NinaBeier March 03, 2017, 02:45:53 AM
Thank you very much!

Nina