Hi,
I have a CMS admin and whenever something is edited, I send a $_GET message to the url and show a little msg, something like 'product updated' or 'prices saved'.
After 3 seconds or so the message dissappears.
(Its quite similar in idea to Gmail's messages...)
The problem is when I refresh the page, the message comes up again... because its in teh URL, something that happens quite often. And as I haven't saved anything, I'd like to to refresh the page, but not give me the message.
I've created the message using a hidden iframe, which loads the message as a separate file. After 3 seconds the file reloads to a blank, white page.
Does anyone have any suggestions of a better way to acheive this?