Click to See Complete Forum and Search --> : Cache not used afer onClick?


MikeNL
07-26-2004, 03:00 AM
Hi,

I have a page of results that is generated from a db. When I click the 'next' link the page loads fast with the next set of results.

However, when I open an iten, using the onClick method, the next page renders all new, also the images.

This only seems to happen in IE (6.0). Does anyone know why this happens, or even better, have a solution?

Onmousedown does the same...

Link looks like: <a href="javascript:void();" onClick="window.open.....

Mike

:confused:

BillyRay
07-26-2004, 06:14 AM
The default out-of-the-box cache settings for IE are normally set to check for new pages "automatically". If you change this to "Every visit to the page", does rthe problem still persist?

Dan

MikeNL
07-26-2004, 06:32 AM
In this case it would FOR SURE rebuild the page everytime. I'm trying to achive the opposite.

It looks like a browser bug to me.

As said, ONLY when I open a popup using onClick (or whatever code for that matter), and I continue to follow the search results (using a NEXT link) the page rebuilds, instead using images from cache.

I wonder how many people noticed this, as onClick is used all the time.

Mike