Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Call async on click from img
#1
I use Intraweb together with layout manager. When populating table with some images I do this in IWTemplateProcessorHTML1UnknownTag:

VValue := '<a href="#" onclick="SubmitClickConfirm(''btnSend'',''' + 'somekey' + ''', true, '''');return false;">' + '<img src="images\send.png" />' + '</a>';

Behind btnSend I have some code. And that is full sumbit of the form which is ok in this case.

But now I want to call OnAsyncClick of the button when user clicks on that img. Any ideas what to do?

Regards

Grega
Reply
#2
Hi Grega. You can call an AjaxCall of a Procedure, instead a OnAsyncClick of the button. See this demo.
Reply
#3
Hi


Big thanks, it works like a charm.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)