如何通过javascript访问chrome中的Signature Pad ActiveX对象?

时间:2018-06-11 15:00:01

标签: javascript signature clsid

此签名板上的步骤在Google Chrome中不起作用,但适用于IE。

<div style="border: solid 1px blue; width:97%">
    <object id="signDevice" width="850" height="200" classid="CLSID:F5C74079-C195-4DA9-B60D-F6F5365042D1"></object>
    <br />
    <input id="btnStartSign" type="button" value="start" onclick="return StartCapture()"></input>
    <input id="btnStopSign" type="button" value="save" onclick="return StopCapture()"></input>
    @*<input id="btnShowBase64" type="button" value="sign base 64" onclick="return GetImageBase64()"></input>*@
    <input id="btnUploadSign" type="button" value="update" onclick="return SaveSign()"></input>
</div>

我想我会改变CLSID。

0 个答案:

没有答案