J
Jay Pondy
I am a VB/VB.Net programmer attempting to get a handle on OWC using client side
java script.
If I have the following embedded Chart object:
<object id="moCH11"
classid="clsid:0002E55D-0000-0000-C000-000000000046"></object>
and I use the following java code:
<script type="text/javascript">
document.moCH11.BuildLitControl();
</script>
I receive the error object does not support this property or method.
After 90 minutes of googling I'm a just a tad frustrated!!
Please point out the error of my ways. It's probably obvious to everyone but me!
java script.
If I have the following embedded Chart object:
<object id="moCH11"
classid="clsid:0002E55D-0000-0000-C000-000000000046"></object>
and I use the following java code:
<script type="text/javascript">
document.moCH11.BuildLitControl();
</script>
I receive the error object does not support this property or method.
After 90 minutes of googling I'm a just a tad frustrated!!
Please point out the error of my ways. It's probably obvious to everyone but me!