Thank you all for the quick responses.

Let me provide a little bit more information:

This is a cgi page on my company's intranet. Therefore, the only machines that will access this page will be inside our firewall. Computers on the outside will not play any role. I am running reports with Tivoli on the machines who visit this page. This will help our support team make sure that those machines are a part of our Tivoli infrastructure.

This cgi page runs a report with Tivoli and does an inventory of a machine's software and submits it back to my AIX server. This page will also display the results. All of this is done by using the backticks to make a `UNIX` call, which is why I can't do this locally on the machine with a windows perl script. (hmmmmm, just thinking a little bit here--- Is it possible to have two perl scripts, one on the UNIX box and one on the Windows box and have the windows script submit its results to the UNIX script?)

The command in Tivoli needs the machines name or ip address. I know how to get the page to work by creating a form and manually entering the computername into a textbox and submitting, but there are ethical issues on why I cnnot do this.

In reply to Re: Re: Using CGI (Perl) and javascript at the same time by krt6
in thread Using CGI (Perl) and javascript at the same time by krt6

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.