<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
</head>
<frameset rows='80,*'>
<frame src='top.php'noresize='noresize' scrolling='no'/>
<frameset cols='160,*'>
<frame src='left.php'noresize='noresize' scrolling='no'/>
<frame src='main.php' name='mainFrame'/>
</frameset>
</frameset>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
</head>
<body>
<h3>man</h3>
<ul>
<li><a href="addAdmin.php" target='mainFrame'>add</a></li>
<li><a href="listAdmin.php" target='mainFrame'>list</a></li>
</ul>
我新建的addAdmin.php文件,都是直接弹出新窗口不是在主体框架中打开。好奇···
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...