Hi,
I'm having a little trouble about message box,
Since the website has been deployed in the IIS, the msgbox won't work anymore,
Now I need a new alternative to create a message box that could also have a validation,
something like
if msgbox("do you want to save this?", msgbox.yesno) = msgbox.yes then
'do some code
end if
Can anyone help me with this,
thanks