Patsy Level: Guest

|
Creating ActiveX control and download to remote machine
Hi, I have currently embedded 2 activex controls in HTML-
a timer control and another control (created in Visual
Basic 6) which will communicate with 2 thermal printers
and a smartcard reader.The index.html, control.CAB and
Support folder are uploaded thru' ftp to the server. As I
type the URL to run the program on IE5 on the PC that I
use to develop the controls, everything seems fine.
However, I tried typing the URL on the IE5 browser from
another Point-Of-Sales(POS) machine, the activex control
I created cannot be loaded correctly and showed the
message, "Error On Page". Security issues are not causing
problems. Script error messages show that it cannot
access the methods of the ActiveX control. Is there
anything else that I miss out or I must upload to the
server? It may be due to the problem of registration of
the ActiveX control. In my VB program, the usercontrol
will register itself when the usercontrol_initialise
event is initiated. However, I am not sure where or
which directory i should register the control in. Can you
please give some details? Thanx!
regards
Patsy
|