Jump to content

Generate a AjaxRequest in uniHTMLMemo ..


erich.wanker

Recommended Posts

Hi,

i want to create a link or button in uniHtmlMemo - and onClick - a AjaxRequest should send to Mainform.memMonitor 

 

i tried:

<b>hello</b>
<a href="javascript:window.parent.ajaxRequest(MainForm.memMonitor,'Action', ['param0=24256']);">action1</a> 

 

..but didn´t work .. 😞 it gives error in chrome dev-tools:   Uncaught ReferenceError: MainForm is not defined  at <anonymous>:1:27

How is the correct way to do it?

 

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...