Thursday, November 26, 2009

Navigation in Page using JS

Use "history.go(-1);return false;" to go back in browser based application.
"history.go(1);return false;" to go forward in browser based application.

No comments: