rasaliad Posted October 16, 2016 Share Posted October 16, 2016 Hi folks, Is it possible to call a uniGui form from a html href, I want that when the user click de hiperlink the show a uniGUI form. If yes, how can I do it? Thanks in advanced, Liriano Quote Link to comment Share on other sites More sharing options...
zilav Posted October 16, 2016 Share Posted October 16, 2016 Call "ajaxRequest()" in onclick event of href and handle passed event <a href='#' onclick="ajaxRequest(MainForm.form, 'linkclick', ['param=value']);">Click me!</a> This code should be located inside TUniHTMLFrame to work. 1 Quote Link to comment Share on other sites More sharing options...
rasaliad Posted October 16, 2016 Author Share Posted October 16, 2016 Call "ajaxRequest()" in onclick event of href and handle passed event <a href='#' onclick="ajaxRequest(MainForm.form, 'linkclick', ['param=value']);">Click me!</a> This code should be located inside TUniHTMLFrame to work. Thank you Zilav!!! it works Quote Link to comment Share on other sites More sharing options...
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.