Foren

How to fetch a particular part of the web page using IFRAME

thumbnail
Arun Kumar Ramachandran, geändert vor 13 Jahren.

How to fetch a particular part of the web page using IFRAME

Regular Member Beiträge: 228 Beitrittsdatum: 28.06.10 Neueste Beiträge
Hi,
How to fetch the particular dta. For example, I need to display gmail login box alone not a full page. How to do this. The idea to do it?



Thanks
Arun
Heimo Laukkanen, geändert vor 13 Jahren.

RE: How to fetch a particular part of the web page using IFRAME

New Member Beiträge: 20 Beitrittsdatum: 06.07.10 Neueste Beiträge
Simple answer.

You can't, unless you have some other tool working as a proxy in between - stripping everything else from the page and serving it via url, which your iframe accesses.

You could use some proxy portlet and implement such functionality in it.