PDA

View Full Version : please help....


ekram
06-21-03, 08:07 AM
Hi all,
I, a new comer here.
Need some discussion about a problem.
I design my site with relative links.
But the problem is that while I browse my site after a little update or change it, I can’t get the updated page firstly. And I get the updated page after reload it. I know that it happens for browser’s cache or temporary Internet folder.

But if there any way to solve this kind of problem?
Should I use absolute links to solve it?
I have basic knowledge in JavaScript, php.
And want to learn about all possible ways to solve it.
I’ll be very pleased if anyone helps me.

Musketeer
06-21-03, 02:04 PM
I don't get what you mean, do you want to stop your pages from caching?

<meta http-equiv="pragma" content="no-cache">

ekram
06-22-03, 12:02 AM
sorry for the poor language.
no, i just want.., when a user try to browse my site some how some thing check for the updates and call/load my pages from online.
or, always load from online not from browsers backup or cache.
is it possible?