ASP Programming Question:
How to include Active x controls in ASP code?
Answer:
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>
Syntax for including Activex control is...
<OBJECT id="id1" clsid ="give class id here" codebase="path spec for activex ocx"></OBJECT>
Previous Question | Next Question |
What is Server Variables collection? | What is a Form collection? |