John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to go back 2 or 3 screens instead of just one?

Hi, I have some areas of my app that I need to return back 2 or 3 screens instead of just one. So far Im using:

history.back();

for going back one screen. Is there a JS to go back more than one screen?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to go back 2 or 3 screens instead of just one?

Any JavaScript API information you can always find online. The Mozilla site is a good one:
https://developer.mozilla.org/en-US/d...

Return to “Issues”