Jump to content

Recommended Posts

Posted

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

 

 

Posted

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>
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...