How do you set the previously selected radio button in a script?
I have created a script which includes a call for a modal dialog box which has (2)radio buttons. I want the dialog to open with the second radio button selected. Everything I have tried results in the the default first radio button being selected. In fact ultimately, I want the dialog to open with the previously selected radio button selected.
I have scoured the online manuals, online example scrip...