I have an interesting one that I am not sure how to address. I have access to a website that provides a front end into a database. As part of that front end I am able to write groovy code that executes on their server. I am looking to add some capabilities that their front end does not already have. To do so I need to direct users to another web site from within the groovy code. How can I create either a pop up or re-direct to another web page from within groovy? I know how to do it in javascript, but cannot run javascript on their page. I have spent hours looking through these pages I have not found anything to help.
One additional point. I cannot just direct my users to the new page due to the passing of security information I need to inherit from the original front end.
Thanks