is it possible to create a popup with three buttons(yes, no, cancel) in java script?
Popup with three buttons
Collapse
X
-
Originally posted by mullaiis it possible to create a popup with three buttons(yes, no, cancel) in java script???
As far as I remember something like this is possible with window.confirm.
But there are only two buttons Yes and No.
If you want to customize then you should write your own code to pop-up with three buttons.
Try it with HTML codes then if any problem is there then come with your code the experts are here to solve your problem.
Best of luck with your try.
Kind regards,
Dmjpro.
Comment