Advanced Forum Search Results
-
Yes, I think also, it's the plan B. I can do a javacript's wrapper with the methods in window.external.
Thanks ! I will start this wrapper. If somebody has a best plan, he can reply on this forum.
Bye!
Best resgards.
-
Hi,
I tried to translate this javascript code to C# in a control silverlight.
var objJohnDoe = window.external.JohnDoe();
objJohnDoe.Message("Hello");
But I can't find the solution.
In theory, there are not problems of security because you can call this method in Javascript so there is a method to call this method in ...