Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Using window.history.go(-1) to go back to previous page.It goes back to the previous page ,Fails to reload the page?same works with firebug enabled.Pls help

  • No replies
  • 6 have this problem
  • 36 views
more options

My application tries to go back to the previous page in some scenario,So i have used window.history.go(-1) js method. In the newer version , when the particular scenario(window.history.go(-1) is called) it just loads the HTML DOM not the resources related to it. But to see what is wrong with this , i have enabled firebug , it works properly now with all resources getting loaded as expected. Please help me out on this.

My application tries to go back to the previous page in some scenario,So i have used window.history.go(-1) js method. In the newer version , when the particular scenario(window.history.go(-1) is called) it just loads the HTML DOM not the resources related to it. But to see what is wrong with this , i have enabled firebug , it works properly now with all resources getting loaded as expected. Please help me out on this.