Foren

how to crop the content of iframe??is there is any app of some coding?

kunal hemrajani, geändert vor 8 Jahren.

how to crop the content of iframe??is there is any app of some coding?

Regular Member Beiträge: 109 Beitrittsdatum: 21.05.15 Neueste Beiträge
I have a query about iframe, can i crop the content of iframe and send it to another user through pm??
thumbnail
Samuel Kong, geändert vor 8 Jahren.

RE: how to crop the content of iframe??is there is any app of some coding?

Liferay Legend Beiträge: 1902 Beitrittsdatum: 10.03.08 Neueste Beiträge
No. The iframe is controlled by the browser and you can't really do much to get or manipulate the content of the iframe.
kunal hemrajani, geändert vor 8 Jahren.

RE: how to crop the content of iframe??is there is any app of some coding?

Regular Member Beiträge: 109 Beitrittsdatum: 21.05.15 Neueste Beiträge
ok and if i have to crop a workbook then??
thumbnail
Samuel Kong, geändert vor 8 Jahren.

RE: how to crop the content of iframe??is there is any app of some coding?

Liferay Legend Beiträge: 1902 Beitrittsdatum: 10.03.08 Neueste Beiträge
Not sure what a workbook is. But if what you want to do is manipulate the data from another website, you'll need to grab the page's HTML as a string. Once you have the HTML source, you can parse the HTML and do whatever you want with it. Take a look at the Weather portlet or the Web Proxy portlet for examples.