joriolm Posted January 24, 2017 Posted January 24, 2017 Hi, I have a Html5 template in a UniURLFrame, I wondering if I clicking a link inside it I can open a UniGui Login form, by example. My question is if I can retrieve some URL to execute or access some UniGui control in my web app. Tryed to find something in forums, but nothing useful, sorry if there is some related post. Regards. J. Oriol Mujica MasterData Quote
zilav Posted January 25, 2017 Posted January 25, 2017 You can from HTMLFrame since it exists per session, but which session you are trying to access from within URLFrame which is essentially an external web page not connected to uniGui at all? Quote
joriolm Posted January 26, 2017 Author Posted January 26, 2017 Thanks Zilav, It's all in the same UniGUi webapp, I have some html inside a UniURLFrame with a link, if I click the link can I open certain form of the same webapp? It is something like send a url in a email and with it redirect to a form in a UniGui webapp. It is possible? Quote
zilav Posted January 26, 2017 Posted January 26, 2017 You must use UniHTMLFrame instead, then you can call ajaxRequest() to access UniGUI app. Quote
joriolm Posted January 26, 2017 Author Posted January 26, 2017 Great, I'll try it. Thanks zilav. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.