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"
Copyright © 2025 BYOND Software.
All rights reserved.
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.