This is the complete content I get from $mech->content

<html><head><title>CM/ECF LIVE - U.S. District Court - NYND</title> <script language="javascript" src="/lib/dls_url.js"></script></head><b +ody BGCOLOR=F9F9F9 TEXT=000000 ><div id="cmecfMainCon tent"><input type="hidden" id="cmecfMainContentScroll" value="0"><SCRI +PT LANGUAGE="JavaScript"> document.cookie="PacerUser=\"l +i093301258137197 Owug. uQP1gU\"; path=/; domain=.uscourts.gov;"; if ("PacerPref=receipt=Y; path +=/ ; domain=.uscourts.gov".length > 0) { document.cookie="Pacer +Pref=receipt=Y; path=/ ; domain=.uscourts.gov;"; } if ("PacerClient=\"\"; path=/ +; domain=.uscourts.gov".length > 0) { document.cookie="Pacer +Client=\"\"; path=/ ; domain=.uscourts.gov;"; } if ("ClientDesc=\"\"; path=/ ; + domain=.uscourts.gov".length > 0) { document.cookie="Clien +tDesc=\"\"; path=/ ; domain=.uscourts.gov;"; } if ("https://ecf.nynd.uscourts +.gov/doc1/12501815060?pdf_toggle_possible=1&de_seq_nu m=1773285&caseid=29430&got_receipt=1".length > 0) { location.assign("https +://ecf.nynd.uscourts.gov/doc1/12501815060?pdf_toggle_ possible=1&de_seq_num=1773285&caseid=29430&got_receipt=1"); } </SCRIPT><SCRIPT LANGUAGE="Jav +aScript"> var IsForm = false; var FirstField; function SetFocus() { if(IsForm) { if(FirstField) { var ind = FirstField.indexOf(' +document.',0); if(ind == 0) { eval(FirstField); } else { var Code = "document.f +orms[0]."+FirstField+".focus();"; eval(Code); } } else { var Cnt = 0; while(document.forms[0].elemen +ts[Cnt] != null) { if(document.forms[0].e +lements[Cnt].type != "hidden") { document.forms +[0].elements[Cnt].focus(); break; } Cnt += 1; } } } return(true); } </SCRIPT> </div></body></html>
I tried using the debugger in Mozilla but can't get through to the <iframe>.

Please see if you can get anything from the above content.
Thank you


In reply to Re: Perl iframe problem by tak_hot
in thread Perl iframe problem by tak_hot

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.