OWC Class and Scripting

S

Sean McPoland

Hi ya'll

ASP

<object classid=... >
<script lang=vbs>
....
</script>

works (to a point (or I no understand))

but what I want is

<%
dim objChart
set objChart = new "chartobject"
....
%>

How do I do this? if it makes sense

Many thanks in advance
regards
Sean
 
M

Martin Waller

Hello,

See my post below "Supporting Multiple versions..." You can use a similat
technique and create the OWC on the fly...

Martin
 
Top