<div id="qrcode"></div>
(function () { // Use strict prevents silent and common JavaScript errors. 'use strict'; window.QR = function (word) { new QRCode(document.getElementById("qrcode"), word); }; }());
<script src="qrcode.min.js"></script> <script src="qr.js"></script>
Collaborate with other users in our discussion forums
A valid service agreement may be required, and support options vary by country.
Helpful
Not Helpful