I won't say it is impossible.

I will say that if your Perl is running on a Unix server and you are trying to get that fine of control over a remote Windows machine then one of three things should be true:

  1. Your client-side logic is running on your client's machine (probably in Java or JavaScript).
  2. Your client is running a custom application which gives you more power over them than a browser provides.
  3. You have broken into your client's machine using techniques which their system administrator should not be happy about.
These are listed in increasing order of difficulty. Perl could be used to do any of them, but is not necessarily the most appropriate language to use. Implementing any of them requires knowledge of how to manipulate the client-side which is highly OT for this site.

In reply to Re: Re: Re: Perl application to read the current browser page by tilly
in thread Perl application to read the current browser page by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.