java - How to grab a whole body unless header and footer of another site page -


i'm developing liferay portal. , i'm facing little problem:

i'm making site company has subsidiaries. then, must cut out parts(precisely header , footer) of other site(sub. site) , put body of page without'em in iframe of main site.

i "googling", looking grabbers. but i've found how grab php or perl. , here doesn't seem exact need.

you can try webproxy portlet this.

as you'll have modify external content's body, can't show in iframe, portlet might need. doesn't work iframe internally , can replace content on-the-fly.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -