Hi, I have a question about page navigation.
I have two html files and used something like tau.changePage('pageTwo.html') to navigate to the second page.
Page navigation worked however the scripts in pageTwo is not loaded.
For example, I've added simple alert() at the buttom of my <body /> but there is no alert after page load.