ID:176909
 
I can't get the coding right to make an alert message come up but instead of having just an OK button, I want it to have YES and NO buttons. So, here is something to work with:

alert("I can't get this to have YES and NO buttons"
You have't gieven it any button names, and by default it just has an ok button. Look up "alert" in the DM reference, you will see that the syntax is:

alert(Usr=usr,Message,Title,Button1="Ok",Button2,Button3)

You need to tell it to display "Yes" and "No" buttons, DM can't read your mind.
In response to OneFishDown
Hey, thanks. I sooooo wish it could read my mind though. Lol.