<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>父页面</title>
</head>

<body bgcolor="#FF0000">
<iframe src="index.htm"  allowTransparency="true"></iframe>
</body>

</html>


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>子页面</title>
<style type="text/css">
body
{
    background-color: transparent;
}

</style>
</head>

<body>

</body>

</html>

相关文章:

  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-06-22
  • 2021-09-24
  • 2021-11-10
  • 2021-10-16
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-11-06
  • 2021-12-23
相关资源
相似解决方案