is there any ways to modify output in a iframe content?
so let say if I have a website, now due to some reasons, i need to makesure
all words like "the" become "xxx", if we can chnage all words in a iframe,
then I don;t need to modify all the page but only some coding in the page which
loaded the iframe content. thanks a lot.
index.php
so let say if I have a website, now due to some reasons, i need to makesure
all words like "the" become "xxx", if we can chnage all words in a iframe,
then I don;t need to modify all the page but only some coding in the page which
loaded the iframe content. thanks a lot.
index.php
Code:
<FRAMESET> <FRAME name=contentsrc="content.php"> </FRAMESET>
Comment