How to prevent navigation thorugh browser back button using java script in ADF page

Tuesday, February 10, 2009

Add the following java script to Onload attribute of afh:body tag in ADF page.

if (history.forward() != null) history.forward()

  © Blogger templates Newspaper by Ourblogtemplates.com 2008

Back to TOP