I've a web site which doesn't refresh pages when data is removed from a database (mysql).
Is there a way of automatically refreshing the page ?
I've tried all the no cache commands and none of them work.
I'm using jsp/htm/java/mysql to run the site.
In javascript I can use a refresh button with onClick="javascript:window.history.go(0);". This works okay but I'd prefer not to get the customer to have to click. Is there a way of incorporating the above so it executes once when the page loads ?
Thanks
Is there a way of automatically refreshing the page ?
I've tried all the no cache commands and none of them work.
I'm using jsp/htm/java/mysql to run the site.
In javascript I can use a refresh button with onClick="javascript:window.history.go(0);". This works okay but I'd prefer not to get the customer to have to click. Is there a way of incorporating the above so it executes once when the page loads ?
Thanks