I have a html page with a form, the user fill the form then click on a
button. The button call a javascript function that use the form data
to make some operation then I need send these results (2 strings and 2
numbers) to my delphi application.
Is there a way?
thanks