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
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