Hellow;
I've seen that we can use RADs with javascript. Example:
var rc;
var aNames = new Array("text");
var aValues = new Array("This is the message");
print(system.functions.rtecall("callrad", rc, "mb.ok", aNames, aValues, true))
This is the mb.ok rad.
My question is how can I use the mb.yes.no rad and catch a value true or false depending the button the user pressed??
I need to take a decision... so... I need to use this function.
I would like to use it in javascript and not at the conventional way.
thank.


Reply With Quote

Bookmarks