<html lang="en">
<head>
<meta charset="UTF-8">
<title>菜单</title>
</head>
<body>
<input type="button" οnclick="window.document.bgColor='yellow'" value="改自己的">
<input type="button" οnclick='window.top.frames[0].document.bgColor="green"' value="改上面的">
<input type="button" οnclick="window.top.frames.main.document.bgColor='blue'" value="改右面的">
</body>
<head>
<meta charset="UTF-8">
<title>菜单</title>
</head>
<body>
<input type="button" οnclick="window.document.bgColor='yellow'" value="改自己的">
<input type="button" οnclick='window.top.frames[0].document.bgColor="green"' value="改上面的">
<input type="button" οnclick="window.top.frames.main.document.bgColor='blue'" value="改右面的">
</body>
</html>
为什么window.top.frames仅仅兼容IE 火狐 ,而欧朋谷歌不支持???