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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top