F
Fran
We're developing an ASP application with vbscript and OWC11 (we need a
spreadsheet). The Excel ActiveX object is included using an "object" tag,
with Id "ObjExcel". The question is: How to capture the events : Change,
Keypress and EndEdit with vbscript/jscript?. We have tried the following:
<script language="JavaScript1.2" FOR="ObjExcel"
EVENT="ObjExcel_KeyPress(KeyAscii)">
alert("Key press");
</script>
and it didn't work.
Thanks.
spreadsheet). The Excel ActiveX object is included using an "object" tag,
with Id "ObjExcel". The question is: How to capture the events : Change,
Keypress and EndEdit with vbscript/jscript?. We have tried the following:
<script language="JavaScript1.2" FOR="ObjExcel"
EVENT="ObjExcel_KeyPress(KeyAscii)">
alert("Key press");
</script>
and it didn't work.
Thanks.