Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert activex control *Urgent*

Status
Not open for further replies.

audface

Programmer
Sep 27, 2002
14
MY
I had inserted an ActiveX from insert-> media -> ActiveX. Then I set the name, class id and base. But I can't seem to direct it to display or link to my ocx file. What else have I left out?

I'm very new to Dreamweaver and asp and I hope anyone can help me up with the problem.Thanks...
 
can we see the code? [Hammer]
Nike Failed Slogans -- "Just Don't Do It!"
 
sure. here's the code

<%
Dim Graph
Dim Sugar
Set Graph = Server.CreateObject(&quot;GraphReport.UserControl&quot;)

gtype = &quot;sugar&quot;
p = 5
m =1

Sugar = Graph.ChooseGraph(gtype,p,m)
Response.ContentType = &quot;image/gif&quot; '(or &quot;image/jpeg&quot;)
Response.BinaryWrite(Sugar)

%>

thanks.
 
shoot i dont really know try the asp forum sorry, [Hammer]
Nike Failed Slogans -- &quot;Just Don't Do It!&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top