Modal popup return value
Hi,
I'm looking to return a button id from a modal popup to the caller mashup. Effectively I'm trying to create my own confirmation (Yes/No) type dialog and want to pass back to the calling mashup which button was pressed.
On the face of it you would think that it is something that should be pretty simple, but struggling to think of a way whereby I can pass the button ContexId from 2 buttons to a single return value. I realise I could do it with a global session variable but it feels like there should be a more elegant/contained way to do this.
Thanks,
K

