how to send a JSON content from c# to a js function an vice versa? Sample available?

0
0

Hello,

I want to send a string out of c# to an iFrame panel (javascript function defined in HTML). The js function gets the content and shows it.

When the content changes, I need to go the opposite way, from the js app in an iFrame to c#.

A sample is strongly needed 🙂

Many thanks

Johann

  • You must to post comments
0
0

Hello Frank,

no this is a misunderstanding, I have in my case no form involved, but I have a string on the c# side which shold arrive in a javascript function as parameter.

The call of this function should take place on the c# side.

After editing the string in the javascript function, the string should go back to c# with a function call from within a javascript function as paramter for the c# function.

I tried already the example in the docu, but could not get it running.

 

Regards

Johann

  • You must to post comments
0
0

Hi Johann,

maybe the sample posted here helps:

https://wisej.com/support/question/using-html-forms

If not please provide more detail or sample code.

Thanks in advance.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.