How to switch from one html-page to another, for example, when you press a div? I tried WinJS.Navigation.navigate, but for some reason it does not work.
- What kind of WINJS can location.go / location / href help? - Rules
- WinJS is an object from the built-in library from Microsoft for Windows 8. I did this about location.href, but with WinJS.Navigation.navigate you can transfer all sorts of parameters to the page you are going to. - Nikita Bashaev
|