Hi,
I would like to prompt the User for a simple Yes/No response using JScript.
Is this possible?
I am aware of the XDocument.UI.Alert(); command, but this only displays an
OK button, I would like to display a Yes and No button and also be able to
see whcih they clicked.
Any ideas would be greatly appreciated.
cheers,
Martyn...
Franck Dauché - 08 Nov 2005 15:22 GMT
Hi Martyn,
You can use something like:
var response = XDocument.UI.Confirm("Here is my question", 4);
Hope that it helps.
Regards,
Franck Dauché
> Hi,
>
[quoted text clipped - 9 lines]
> cheers,
> Martyn...