how to go back 2 or 3 screens instead of just one?
Posted: Thu Jul 11, 2013 3:34 pm
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?