I don't have a clue... I guess your concern is that the browser itself wouldn't let me sneak on the input a user types and submits...?
If this is the case, is there a workaround?
The app I need to write should open a browser and navigate the user to a web page. There, the user must create an account by entering username and password. The web page itself will inform them of the success or failure of the account creation.
Then, I must ask the user to re-type the (approved) username and password in my perl-tk application window. What I try to do is avoid the case that the user enters the wrong credentials in my application. (this is why I want to have the ones from the browser so that I can cross-check and inform them in the case of an error)...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.