Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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

  • Нет ответов
  • 6 имеют эту проблему
  • 36 просмотров
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.