Forum Moderators: coopster
For the deletion portion, I want to issue a confirmation message box when the user clicks the "delete" button saying "are you sure you want to delete this row" with "Yes" and "Cancel".
I know this can be done via javascript, but is it possible through PHP? I'd think not since the pop up would be client-side (wouldn't it?).
And, what if the users browser has javascript disabled?
Is this possible? And if so...how?
Thanks to all in advance!
Neophyte