So I'm back to trying to get this done after some other things. print $ie->content yields this:

<HTML lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><HEAD +><BASE href=https://secure.somesite.com:443/ccp/> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> +<LINK href="https://secure.somesite.com/ccp/en/stylesheets/simple.css +" type =text/css rel=stylesheet><LINK media=screen href="https://secure.somes +ite.com/ccp/en/stylesheets/main.css" type=text/css rel=stylesheet><LI +NK med ia=screen href="https://secure.somesite.com/ccp/en/stylesheets/navigat +ion.css" type=text/css rel=stylesheet><LINK media=screen href="https: +//secu re.somesite.com/ccp/en/stylesheets/forms.css" type=text/css rel=styles +heet><LINK media=screen href="https://secure.somesite.com/ccp/en/styl +e sheets/tables.css" type=text/css rel=stylesheet><LINK media=print href +="https://secure.somesite.com/ccp/en/stylesheets/print.css" type=text +/css r el=stylesheet><LINK media=handheld href="https://secure.somesite.com/c +cp/en/stylesheets/handheld.css" type=text/css rel=stylesheet><LINK me +dia=sc reen href="https://secure.somesite.com/ccp/en/stylesheets/styles.css" +type=text/css rel=stylesheet><LINK media=screen href="https://secure. +somesitem obility.com/ccp/en/stylesheets/my.css" type=text/css rel=stylesheet><L +INK media=screen href="https://secure.somesite.com/ccp/en/stylesheets +/ccp.c ss" type=text/css rel=stylesheet> <SCRIPT language=JavaScript> var formChangedMessage='Do you wish to proceed without saving the chan +ges?'; </SCRIPT> <SCRIPT language=JavaScript src="/ccp/jscripts/actionUtil.js"></SCRIPT +> </HEAD></HTML>

No mention of any forms...which is certainly a problem. There is tons of stuff between the last </SCRIPT> and </HEAD>...any idea why it's not showing up? It this a javascript issue?

thanks


In reply to Re^8: Win32::IE::Mechanize trouble by xgamma
in thread Win32::IE::Mechanize trouble by xgamma

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.