Alejandro
12-10-2003, 05:30 PM
Hello,
I have an script list.cgi and modify.cgi.
list shows some data stored in a database, modify modifyes the database, when finished modify sends the user to list but I get the old values because they are stored in the browser's cache, so I have to refresh or reload the content. Does anybody have an idea to not to be reloading the page after each change I make?
I thinkl once I heard about a metatag to tell the browser to not to store the page but I'm not sure....
(perl script)
I have an script list.cgi and modify.cgi.
list shows some data stored in a database, modify modifyes the database, when finished modify sends the user to list but I get the old values because they are stored in the browser's cache, so I have to refresh or reload the content. Does anybody have an idea to not to be reloading the page after each change I make?
I thinkl once I heard about a metatag to tell the browser to not to store the page but I'm not sure....
(perl script)