Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

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

  • Inga svar
  • 6 har detta problem
  • 36 visningar
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.