03-26-2012 09:31 AM
Hi there,
I am trying to create a playbook app at the moment and I was wondering if someone could help. Basically I want to create a button/buttons which will take me to another page on the app. These other pages are all separate HTML files. How do I link them to the main index page so you can access them by pressing a button?
Any help would be amazing.
Thanks!
03-26-2012 10:41 AM
<button onclick="window.location='secondpage.html';">Second Page</button>
You can add this to your main index site.
Do you use a framework?
best regards