How Do You Link Menu Button To Url
Auteur : Robert E W.
Visité 18314,
Followers 1,
Partagé 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
Posté le
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...
and for opening in a new window
<script>
window.open ( "http://www.yourdomain.xx/");
</script>
You can use the Level properties in Sitemap Creation. See attached