YIKES ...
Everywhere I said $('#VerifyCD)
it should be: $('#VerifyCD')
sorry, I missed the closing quote.
User Profile
Collapse
-
I will offer a JQuery script as the Javascript is a bit long and it is SO simple in JQuery.
First lets include the JQuery Library from Google.
Next lets assume you verification code input box has an attribute ID="VerifyCD".Code:<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
We add a functiuon to fire OnBlur...Leave a comment:
-
The next best choice would be to have your Windows App Scan and "cut" the text so you could just "paste it" into the text box. That is probably the "Holy Trinity" answer: "Simple, Fast and Cheap"Leave a comment:
-
You are going to have many hurdles trying this approach. Interprocess security issues being one of the biggest. I think a custom add-in for your browser may be a much better approach.
Would a solution like adding a "scan it" option to your context menu (right mouse click) on text boxes work for you? I think it would be 5 to 10 times easier to code.
SeanLeave a comment:
No activity results to display
Show More
Leave a comment: