WebSite X5Help Center

 
Robert E W.
Robert E W.
User

How Do You Link Menu Button To Url  en

Автор: Robert E W.
Просмотрено 18212, Подписчики 1, Размещенный 39  
Тэги: button,links,menu

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

Размещено
3 Ответы
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...

Читать больше
Размещено От Laszlo T.
Laszlo T.
Laszlo T.
User

and for opening in a new window

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

Читать больше
Размещено От Laszlo T.
Tony B.
Tony B.
User

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

Читать больше
Размещено От Tony B.