WebSite X5Help Center

 
Robert E W.
Robert E W.
User

How Do You Link Menu Button To Url  en

Autor: Robert E W.
Visitado 18211, Seguidores 1, Compartilhado 39  

Is it possible to link a menu button to a URL so it opens in a new browser page and not just to pages in website?  Using X5 Ver8

Publicado em
3 RESPOSTAS
Laszlo T.
Laszlo T.
User

hi,

yes it is possible

- create a new page

- insert this before the HEAD-tag

<script>
[removed] = "http://www.yourdomain.xx/";
</script>

i´ve done it with v8, now it works also in v9....

good luck...

Ler mais
Publicado em de Laszlo T.
Laszlo T.
Laszlo T.
User

and for opening in a new window

<script>
window.open ( "http://www.yourdomain.xx/");
</script>

Ler mais
Publicado em de Laszlo T.
Tony B.
Tony B.
User

You can use the Level properties in Sitemap Creation.  See attached

Ler mais
Publicado em de Tony B.