|
|
Subject:
How can I embedd html in another html and avoid the problems of iframe
Category: Computers > Internet Asked by: sharon_de_salmon-ga List Price: $10.00 |
Posted:
16 Jun 2006 09:50 PDT
Expires: 20 Jun 2006 23:34 PDT Question ID: 738715 |
|
There is no answer at this time. |
|
Subject:
Re: How can I embedd html in another html and avoid the problems of iframe
From: pixeltarian-ga on 18 Jun 2006 03:27 PDT |
have you used PHP much? I know you can load PHP data into a page. but you will have to save both pages as .php instead of .html cutenews does this quite well, and you don't have to know anything about php to use it. http://cutephp.com/ |
Subject:
Re: How can I embedd html in another html and avoid the problems of iframe
From: dyknight-ga on 20 Jun 2006 06:11 PDT |
I don't think there is a way to overcome that unless you have administrator rights to the other site. Let me explain. For problem 1.some links from the iframe replace the whole page instead of just the iframe: My hunch is that the site you are trying grab uses some kind of framset as well. As a result, the links on that page uses the attribute "target='_parent'" or "target='_top'" instead of "target='_self'". Therefore, the links open in the main window and replaces the whole page. You can't change it even if you use php. For problem 2.some clicks dont take effect in the iframe (while they do in nornal page): These links probably uses some javascript that don't work on your site, probably because of variable clashes etc. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |