Hi,
I used msgbox in web application and it displays an error message stating no web interactivity.
is there a way i can display pop-up msgbox to get user response?
eg: Do you want to delete?
then user can click on 'yes' or 'no'.
Printable View
Hi,
I used msgbox in web application and it displays an error message stating no web interactivity.
is there a way i can display pop-up msgbox to get user response?
eg: Do you want to delete?
then user can click on 'yes' or 'no'.
use client side javascript's alert function.