Yes/no pop up window

This is such an obvious need, I am embarrassed to ask.

After an AJAX event, I want to display a window that will request 1 of two responses: eg:

“Continue: Yes or No”

I can’t see how to do this. Others have asked but so far no solution.
What am I missing?

While there SHOULD be a built in sc function to do this, there isn’t. I made a small modal control app and you can make 2 custom buttons that do what you want…they can pass back globals that allow your program to move in the right direction.

1 Like

Thank you Molly. You would think this would be there in some type of macro. I will try your work around. TY

L

What about calling from your ajax routine a javascript function with the yes/no question ?

I can try but was hoping there was a macro or something