Catch JavaScript event/funcion in MSHTML (or other web control)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marcin Jaworski

    Catch JavaScript event/funcion in MSHTML (or other web control)

    Hi.

    I'm working on some project. We need application in C# with web control
    in it in which we need to load a page with javascript. This javascript
    must have some posibility to talk with our application. For example if
    there will be call to js function getVal(somePara m) application shoul
    catch call to this function, get someParam and return what javascript
    needs. In short I want to create couple of js functions that will be
    written in C# inside application. But I want original js funcions to
    work properly.

    How to do this? What controls I need to use (MSHTML?).

    Sorry for my english.

    --
    /**
    * Pozdro
    * Marcin
    */
Working...