<% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF %>
Add USB Device - Scan Serial Number
Back to USB Devices
<% ' Check for error messages Dim errorType, errorSerial, errorMsg errorType = Request.QueryString("error") errorSerial = Request.QueryString("serial") errorMsg = Request.QueryString("msg") If errorType <> "" Then If errorType = "invalid" Then Response.Write("") ElseIf errorType = "db" Then Response.Write("") End If Else Response.Write("
Ready to scan. Point your barcode scanner at the USB serial number barcode and scan, or enter manually.
") End If %>