<iframe> tags work by opening a nested page of another source, within a document, not within a frame set, but more like an embeded object (like an image). This particular one is getting it's location from a javascript. In general what you want can't be done
'correctly' without having a javascript interpreter in your script. But this one's tougher.
Since the source of the iframe in this page is not hard coded, or even calculated, but instead the contents of the iframe is overwritten by assigning to the browser objects representing it. I can't see it being done In any way other than writing a limited javascript interpreter.
You'll probably be better off obtaining a book or reading some tutorials on javascript, in attempts to translate the code to perl, or use a browser in some odd way (varies widely to wildly depending on your OS of choice) for it's builtin javascript capabilities.
-nuffin
zz zZ Z Z #!perl
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.