Posted in Javascript onFebruary 03, 2007
如题。
想在当前页面的标题栏显示的标题为当前页面框架内页面的标题,请问该如何去做呢?
如页面A为:
<html><head><title></title>
</head><body>
<IFRAME width=100% height=100% frameborder=0 SCROLLING=no SRC='页面B'></IFRAME>
</body></html>
要想在页面A的<title>与</title>之间显示 页面B 的title标题,要如何去做呢?
top.document.title = document.title;
如何在标题栏显示框架内页面的标题
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@