I am creating an HTML5 App using Intel XDK. In my first page (page_0) there are options to select the conversion style. When choose 1st option, it goes to page_1. There are some input boxes and buttons. When I hit calculate, it calculates the expression but immediately returns back to page_0. The button code is like this:
<a class="button" href="#" style="position: relative; z-index: 2;" data-appbuilder-object="button" data-position="static" data-transition="slide" id="calc_r_sft" onclick="getValues_r_sft();">Calculate</a>
How to avoid this automatic navigation and let the user stay in the calculation page (Page_1)?