1,刷新框架
onload=function()
{
try
{
parent.Link.location.reload();
}
catch(e)
{
}
}
2,获取URL并字符处理
var url=parent.frames["right"].location.href;
//document.write('' url "");
url=url.substring(url.indexOf("TBSW") 21,url.length);
3,设置Title top.frames.left.document.title=url;
3,关闭顶则
4,左右则