Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Mechanizing around Javascript

by Gangabass (Vicar)
on Apr 26, 2013 at 14:56 UTC ( [id://1030846]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Mechanizing around Javascript
in thread Mechanizing around Javascript

Please show HTML code you have in your browser for this page (usually you can get it by pressing Ctrl+U).

Replies are listed 'Best First'.
Re^4: Mechanizing around Javascript
by PerlSufi (Friar) on Apr 26, 2013 at 15:30 UTC
    performing control+U on the page gives me:
    <script type="text/javascript" src="/POSecureURL/scripts/SecureURL.js" +></script> <html> <head> <TITLE>USPS PostalOne!</TITLE> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"> var front_door = true; var loggedin = 1; var ary_spawned_windows = new Array(); function refreshbottom() { parent.frames["portal_hidden"].location="hidden.cfm"; } function startup() { forceFrameToTop(); refreshbottom(); window.defaultStatus = "USPS PostalOne!"; } function forceFrameToTop(){ if ( window != top ){ top.location.href = location.href; } } </SCRIPT> </head> <FRAMESET ROWS="100%,*" FRAMEBORDER="0" BORDER="0" BORDER="0"> <FRAME SRC="https://www.uspspostalone.com/CIMweb/owner.do?group_na +me=Mailer&landing=Dashboard" NAME="portal_main" title="Main Applicati +on Frame for Postal1" SCROLLING="AUTO"> <FRAME SRC="hidden.cfm" NAME="portal_hidden" title="Hidden System +Frame for Postal1" SCROLLING="NO"> </FRAMESET> <BODY onload="startup();" bgcolor="FFFFFF"> </BODY> </html>
      Please show HTML code of the corresponding frame (there target form is located).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1030846]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-29 00:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found