Don Posted December 14, 2007 Share Posted December 14, 2007 Is there anyway to make the Terms link into a popup ive tried integrating ModalBox but i get a blank page whenever i add the custom link to the terms <a href="/terms.html" title="Terms" onclick="Modalbox.show(this.href, {title: this.title, width: 600}); return false;"> Terms Of Use</a> Now i know the problem is the {title: this.title, width: 600} because of the { } how do i alter it to work? Thanks Kindly 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 14, 2007 Share Posted December 14, 2007 Have you tried wrapping it inside {literal}and{/literal}? That's Smarty's way of allowing code to be passed through, I believe. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.