JS page Read ID

Source: Internet
Author: User

The hardware is the synthesis card reader that needs to be installed to drive this thing.

Read the Web page, download the CAB package to register,

<object classid= "clsid:f1317711-6bde-4658-abaa-39e31d3704d3" codebase= "sdrdcard.cab#version=1,3,5,0" width=330
height=360 align=center display=none hspace=0 vspace=0 id=idcard name=rdcard></object>

The properties and methods of this object can then be used in the JS code.

Rdcard.readcard ();     var readcardno= "";     if (rdcard.bhavecard) {        Readcardno=Rdcard. Cardno;        Rdcard.bhavecard=false;    }
if (readcardno== "") {
Alert (' Please confirm if there is a card on the reader or whether to enter an ID or a farm card ');
}else{
Alert (' Read card success ');

Rdcard. SEXL;
Rdcard. Born;
Rdcard. Address;
Rdcard. Jpgbuffer
}

The properties of the object refer to this document: http://www.docin.com/p-1216156052.html

For photos that get an ID: Rdcard. Jpgbuffer returns the encoding of the Base64 bit of the JPG and then decodes it. Reference Document: http://www.atool.org/img2base64.php

Java code transcoding and decoding:

JS page Read ID

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.