Nigel Hamilton <[EMAIL PROTECTED]> writes: > Rendering this framed page with elinks works well: > http://www.eits.uga.edu/webhelp/css/framere.html > > But is there a way to do the equivalent with IFRAMES?
Not currently. In src/document/html/parser/parse.c, we have:
{"IFRAME", html_iframe, NULL, 1, ET_NON_PAIRABLE},
Then in src/document/html/parser/link.c, html_iframe calls
html_iframe_do, which calls put_link_line to generate a link to
the URI given in the src attribute. There is no provision for
following that URI automatically and rendering the resource as
part of the parent. I'm not really familiar with the HTML engine
so I don't know how difficult that would be to implement.
pgpR4PeYNJq57.pgp
Description: PGP signature
_______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
