PDA

Click to See Complete Forum and Search --> : Using an OCX in ASP


msdnexpert
Jun 22nd, 2000, 05:16 PM
Hi there,
If I use an OCX in an ASP script, should that OCX be present and registered on the WebServer or on the client machine? If the OCX has a user interface will that user interface be visible on the client machine?
Thanks in advance.

Ianpbaker
Jun 22nd, 2000, 06:15 PM
Ocx's Need to ve put in An object tag, And all you need to do is store it on the server and point the tag to it.
Then When your user comes to look at the page and hasn't already viewed it, IE Automatically tries to download and install on the CLient's Machine.

Hope This Helps

Ian

msdnexpert
Jun 22nd, 2000, 06:54 PM
Can you give me sample code? Also are OCX's supported by Netscape Navigator?

Ianpbaker
Jun 22nd, 2000, 08:14 PM
You need to get a pluggin for OCX's to use them In NS

As for code try the MS site below it shows you how to do most things.

http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/components/

Hope this helps

Ian