Currently we are launching AJAX apps from green screens in the following way:
- Open a mainframe session (greenscreen) within a web browser
- Have a JAVAscript looking for a specific value (text string) in a specific position on a greenscreen map
- Upon detecting such a value, launch a specific URL (in this case the AJAX app)
Is there a better mechanism to do this instead of having to resort to a JAVAscript running in a browser?
Also, once the AJAX app is closed via a “Cancel button” (in effect just escaping from the Natural program, how do we return to the greenscreen?