Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: problem with form_id

by sundialsvc4 (Abbot)
on Sep 21, 2013 at 14:43 UTC ( [id://1055130]=note: print w/replies, xml ) Need Help??


in reply to problem with form_id

To add a wee bit of big-picture to the comments here ... if you looked (say, with the Firebug debugger, or most browsers in “Developer” mode) at the HTML-source of any page at all which contains a <frame>, you would see the tag ... but nothing of what the tag refers to.   This is because it’s not there:   frames are separately-fetched.   They are very much like “pages within pages,” because the browser initiates a separate HTML turn-around to get them, and more-or-less manages them in isolation from the “host” page.   And, basically, that’s what your script has to do, too:   it must find the frame-references, determine what they call for, and then fetch what they call for.   (As the FAQ somewhat tersely explains.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-18 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found