In the HTML for a page that needs a component on it, you have to
serialize that component. Is there any way in code, ASP, includes,
any trick to protect the serial number from being out there for all to
see? Here is the code to initialize an activeX on the form:
<OBJECT ID="MyComponent" WIDTH=24 HEIGHT=24
CLASSID="CLSID:0F05278D-6241-45CC-BADC-3CACAV041219">
<PARAM NAME="SerialNumber" VALUE="1234-5678-ABCD">
</OBJECT>
You can be creative right down to re-writing how the ActiveX gets it's
serial number. But what ways are there to get the serial number
externally in a way a web browsing person could not see the serial?
Thanks.
Fred