I have an HTML file with jquery-mobile.
I want to have a button to navigate my page to another page which is ASPX. How can I do it?
I use this code but it's not working:
<a href="mngdirect.aspx" data-role="button" data-transition="flow" data-theme="a">Go To Managment Page</a>