Embed an Active Scripting Engine

  • Thread starter Thread starter stefan.weber
  • Start date Start date
S

stefan.weber

Hi,

I'm experimenting a little bit with an alterntaive scripting language
in IE. The idea is to embed the scripts in HTML similiar to
JavaScript:

<script type="text/experimental">...</script>

Now, everytime IE sees scripts of this type, it should pass the code
to the scripting engine (i.e. in the same way as it passes JavaScript
code to the JavaScript engine). To me, it looks like active scripting
could do something like that: I can create an active scripting engine
by implementing IActiveScript. Now the thing that remains is that I
have to teach IE to recognize the scripts and pass them to the engine.

Does someone have an idea how to do that or even an example?

Thanks,

Stefan
 
Back
Top