Haven't started to use this yet; but what i need is something that will pull out only a specific DIV from the remote site. Would specifying the div #id along with the url not be a useful addition to this module?

Comments

neffets’s picture

Component: Code » Miscellaneous
Status: Active » Closed (fixed)

we want to keep our module as simple as possible.

Your request would need parsing of the remote site on server, what we must avoid at all for security.
Normal iframe behavior is, that only the client browser requests the iframe-URL (the drupal server never requests the uri directly).