WebSite X5Help Center

 
Robert E W.
Robert E W.
User

How Do You Link Menu Button To Url  en

Autor: Robert E W.
Visitado 18206, Followers 1, Compartido 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 en
3 RESPUESTAS
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...

Leer más
Publicado en de Laszlo T.
Laszlo T.
Laszlo T.
User

and for opening in a new window

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

Leer más
Publicado en de Laszlo T.
Tony B.
Tony B.
User

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

Leer más
Publicado en de Tony B.