recently developed ukey, giving a demo
"<object id=\"CryptoAgent\" codebase=\"CryptoKit.Paperless.x64.cab\" classid=\"clsid:8BF7E683-630E-4B59-9E61-C996B671EBDF\" ></object>"
The url of codebase is a relative address, escaped
if it becomes an absolute address, for example
"<object id=\"CryptoAgent\" codebase=\"http://172.18.40.81:8888\/file\/fileDown\/CryptoKit.Paperless.x64.cab\" classid=\"clsid:8BF7E683-630E-4B59-9E61-C996B671EBDF\" ></object>"
I can"t pop up the installation reminder of activex when I write this
how should I fill in the absolute address?