1, Refresh the frame
onload= function()
{
try
{
parent.Link.location.reload();
}
catch(e)
{
}
}
2, get URL and character processing
var url=parent.frames["right"].location.href;
//document.write('' url "");
url=url.substring(url.indexOf("TBSW") 21,url.length);
3 , set Title top.frames.left.document.title=url;
3, close top
4, left and right