Hi all, I hope someone could help me.
Within the WebRatio Style Project I'm trying to make the main navigation bar use AJAX for the website navigation (i.e. make a "single page" web app).
So far I have tried this replacing the <wr:Link /> tags with this, but it doesnt work:
<wr:Link>
<a href="<wr:URL/>"><wr:Label/></a>
<a href="<wr:URL context="link"/>" onclick="<wr:AjaxURL context="link"/>"><wr:Label context="link"/></a>
</wr:Link>
Could someone explain to me how to do this?
Thanks