• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Chrome - Page is not loading the contents and not moving further

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chrome IE Version 28.0.1500.95 m
Extension - Enabled for google docs
OS: Windows 7

When I click the button on the page to get the contents to be reloaded/refreshed and displays the updated data in the same page. But it is stucking there itself and not moving further. It is not refreshing and reloading the contents. Please refer the screenshot.

The same functionality works for other browers IE8, Mozilla Firefox but not for Chrome and Safari.

I have also tried Incognite mode but no luck.

Please help to resolve this issue.
Thanks
Fyrose
 
author
Posts: 297
5
Android Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please show your code.
 
Firoz Ahamed
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi - thank you for the reply.

However, the code is too big and messy. I feel that the below could be the reason. Could you please suggest if anything wrong on the below code which included in the HEAD tags of my code.



<META HTTP-EQUIV="Refresh" CONTENT="5; URL=<%= RedirectURL %>">

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">

 
Firoz Ahamed
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please also suggest any workarounds, tips and any reasons to have these problems in Chrome?
What would be the best practice and trobleshoots to resolve this issue.

Thanks
 
It is no measure of health to be well adjusted to a profoundly sick society. -Krishnamurti Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic