Answers

Question and Answer:

  Home  ASP Programming

⟩ How to include Active x controls in ASP code?

You can include Activex Control using OBJECT tag.

Syntax for including Activex control is...

<OBJECT id="id1" clsid ="give class id here" codebase="path spec for activex ocx"></OBJECT>

 213 views

More Questions for you: