WebsiteBaker Support (2.8.x) > Templates, Menus & Design
menu link with parameters
peturkirke:
how can i create a menu link with parameters ?
When i go to "Pages" choosing "Add page" of type "Menu link", then how can i link it to one page with parameters, for example like this:
page.php?type=4®ion=7
snark:
you can use a code section and put in
<script language="JavaScript">
<!--
window.location="http://www.domain.com/pages/page.php#anchorname";
//-->
</script>
peturkirke:
its not working
it just open a page called newpage.php (with the same name as my newpage)
seems like the javascript is not active
Argos:
Not tested and very crude, but it may work: create a menu link to an imaginary url without parameters and use htaccess redirect permanent to redirect to url with parameters. Of course this is not elegant and not suited for clients.
peturkirke:
I think i solved this problem. The solution was very simple. I used the option "External link".
Navigation
[0] Message Index
[#] Next page
Go to full version