User Profile

Collapse

Profile Sidebar

Collapse
SeanPD
SeanPD
Last Activity: Apr 19 '12, 05:58 PM
Joined: Apr 13 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • YIKES ...
    Everywhere I said $('#VerifyCD)
    it should be: $('#VerifyCD')
    sorry, I missed the closing quote.
    See more | Go to post

    Leave a comment:


  • 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.
    Code:
     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
    Next lets assume you verification code input box has an attribute ID="VerifyCD".

    We add a functiuon to fire OnBlur...
    See more | Go to post

    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"
    See more | Go to post

    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.

    Sean
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...