i know of the window.confirm("message") call to make an ok/cancel buttons but is there a way in javascript to make a yes no button?
Printable View
i know of the window.confirm("message") call to make an ok/cancel buttons but is there a way in javascript to make a yes no button?
no, you can't really manipulate them like you can in VBScript.
Ya but i swear ive seen it done. maybe nto wiht the confirm or alert.
Well if anyone knows of any way let me know.
thanks
On Mac versions of NN2/3 Window.confirm() will show a Yes/No button pair.
really? thats weird, the same code will work correct? The ,ac yes/ no does return the same for a ok/cancel I assume.
So there is no possible way in the world ot make java script show a yes or no button? Thats dumb, but thanks for eveyone who helped.