rasaliad Posted January 15, 2016 Posted January 15, 2016 Hi, Is there a way to execute a server side function from a href tag? What i need to do is display a html in a html frame with html < a > Tag and when the user click the link, then execute a procedure or function server side to populate a unidbgrid. Is this posible, if not what can i do?, Thanks in advanced Rafael Quote
mhmda Posted January 15, 2016 Posted January 15, 2016 Hi, Use ajax , here is an example : <div onclick="javascript:ajaxRequest(MainForm.window, 'clickfunction', ['a=10',b='test']);">Click Me To Call Server Side</div> 1 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.