Hi,
I would like to define a function in ASP which poped up a window and asking me if I am sure?
something like:
SUB ConfirmDelete()
...popup confirmation window
return (answer)
END SUB
Confirmation=Co nfirmDelete()
AND I don't want to use JavaScript. Do you have any idea how should I do it?
Regards,
FF
I would like to define a function in ASP which poped up a window and asking me if I am sure?
something like:
SUB ConfirmDelete()
...popup confirmation window
return (answer)
END SUB
Confirmation=Co nfirmDelete()
AND I don't want to use JavaScript. Do you have any idea how should I do it?
Regards,
FF
Comment