how to add static html page with button click
Posted: Sat May 23, 2015 1:45 am
Hi All, I am using broadleaf for my current ecommerce project,I want to link a static html page with button, on button click control should be transfer to linked page. I tried like this
<a href="//postAd" th:href="@{/postAd}"
class="obtn btn_orange">Post an Ad</a>
but its giving 404 page not found exception. Can anyone tell me how to link static page with button click, Thanks.
<a href="//postAd" th:href="@{/postAd}"
class="obtn btn_orange">Post an Ad</a>
but its giving 404 page not found exception. Can anyone tell me how to link static page with button click, Thanks.