标签: html page-title object-tag
答案 0 :(得分:0)
现在这是我认为的更多javascript问题。当object标签加载page1.html中的page2.html时,您可以定位标题标记并获取文本。用jquery做这件事真的很容易。
<script>$(document).ready(function(){ //here target the title inside your object, html .. </script>
参考文献:
jQuery
Example