T
Tomas
Hi,
I am searching for component which could execute JavaScript(not
JavaScript.NET) in .NET application.
For example I have JS below, I need to pass MyData variable from .NET
application, execute JS and read Answer value. Is it possible?
function myCon(MyData) {
Answer:= MyData+1;
}
Regards,
Tomas
I am searching for component which could execute JavaScript(not
JavaScript.NET) in .NET application.
For example I have JS below, I need to pass MyData variable from .NET
application, execute JS and read Answer value. Is it possible?
function myCon(MyData) {
Answer:= MyData+1;
}
Regards,
Tomas