What message box can I use if I can't use msgbox in the IIS?
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
jbutardo
Junior Poster in Training
73 posts since Jan 2012
Reputation Points: 8
Solved Threads: 1
Yes oxiegen correct, in web cant use msgbox. U can use alert in javascript.
Yup, I now understand, thanks for the help!
jbutardo
Junior Poster in Training
73 posts since Jan 2012
Reputation Points: 8
Solved Threads: 1