|
-
Nov 26th, 2000, 04:40 PM
#1
Thread Starter
New Member
Hi,
Can someone help me with adding a ActiveX control on my website.
and that's not all I need also to load the ocx from my webspace, because the user will not have that control.
Is this difficult, please help me
Bye
BlackRider
-
Nov 26th, 2000, 05:24 PM
#2
Frenzied Member
Looks like out of 100+ visitors to ur post i can help you. I may not have tim to re-answer this post tonight with the info but i can definately help you here !
-
Nov 26th, 2000, 05:28 PM
#3
Thread Starter
New Member
Mail
Hi,
I WILL SEND YOU A E-MAIL
Bye
BlackRider
-
Nov 27th, 2000, 01:38 PM
#4
Frenzied Member
First of all and most important, this code (i think) only works with ie but try it out with netscape if needs be.
Please check the source of
http://members.nbci.com/jmcastaneda/jet.htm
For reference as this is where i saw this.
<HTML>
<OBJECT ID="UserControl1" WIDTH=333 HEIGHT=333
CLASSID="CLSID:8BC22B8F-CA57-11D3-8DB0-2C8105C10627"
CODEBASE="jet.CAB#version=1,0,0,0">
</OBJECT>
</HTML>
As my html is poor this code basically will open jet.cab onto the users pc and then install the contents of it (or at least the ocx). Then it will open the class (specified by the clsid, u will need to know this for it to work, if u donot know it then open something like frontpage and insert ur control, then look at the source and u will then know the class id.) As far as i know u will also need to make sure that the jet.cab or whatever u call it is in the same dir on the server.
If you have any problems with this (as i have not tested it) then please contact:
[email protected]
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|