Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URGENT !!! - Cache problem in netscape ...

Status
Not open for further replies.

arunjp

Programmer
Jan 10, 2001
29
US
Hi !
I've developed a bean with JSP as client. Everything works fine, but the problem I face is that, in netscape the page that get loaded is coming from the cache memory and not refreshing it. So the I could not view the latest copy of the page. I tried by deleting the cache in Netscape-->Edit-->Preference menu option. But still I face the same problem. It is working perfectly fine in I.E. But the major users are using netscape, so I got to find a method to refresh the latest copy of the page. How could it be solved. It is required urgently.

Thanks
AJP
 
3 solutions :
-> use meta tags
-> use a random var in the name of the page
-> force reload (document.location.reload(true))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top