|
-
Aug 11th, 2000, 11:30 AM
#1
Thread Starter
Junior Member
I have developed a few controls (*.ocx)'s and put inseted them into Frontpage 98 Editor. This works fine and I can use them as designed. The problems start when publishing the .html page and associated .ocx file.
I've got VB5 Enterprise Edition, and want to know how I can put my .html page on the web with the .ocx file in it still viewable on another person's computer on the internet.
-
Aug 11th, 2000, 11:45 AM
#2
Hyperactive Member
-
Aug 11th, 2000, 01:42 PM
#3
Thread Starter
Junior Member
Question to reply
So does that mean for someone to run an ActiveX ocx on another system in a web browser they'd have to first download the setup program, install that and then be able to see it on the screen?
-
Aug 11th, 2000, 05:12 PM
#4
Hyperactive Member
That is definitely the downside of ActiveX controls.
If there happened to be one little mistake in your code( or if you were malicious),you could potentially cause harm to somebody's machine.
Another bummer is that they work only with IE
and not Netscape.
If you wish for NS users to download
your OCX, then they would also have to download a
plug-in for their browser. The plug-in required is the Esker ActiveX Plug-in.
An alternative could be a Java applet or ASP; but Java
applets are much slower compared to ActiveX controls.

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
|