Quote:
quote:Originally posted by Snib
There is no way AFAIK to disable the refresh button, but you can hide it in a new window. But the user can always hit F5 or right-click to refresh....
Why would you want to take away the refresh button anyway?
-Snib <><
http://www.snibworks.com/
|
Hi Snib,
Well I've read at a number of websites that disabling the user's forward/back/refresh button is a bad programming approach but here in my application, I can't really help it.
Actually, I wanna disable bcoz from a main window, I am opening a new child window where I am storing some data into the database and then I am refreshing the parent.
Problem is that if I refresh the parent (by mistake if a user does), the data is resent to the database.
This is causing the problem and I want a solution 4 this. The window solution u gave is a good 1, but I cannot apply that as I must have the main window in the full browser screen with all functions.
Any further suggessions are most welcome.
Thanx 4 ur time.
Regards,
Sherbir