1

此跨签名板在 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。

4

0 回答 0