下面这段代码是ECSHOP的管理员页面首页,请问它如何实现动态链接的。我做了个购物系统,就差管理页面了,请大家帮忙。
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ECSHOP 管理中心</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="Text/Javascript" language="JavaScript"><!--if (window.top != window){  window.top.location.href = document.location.href;}//--></script><frameset rows="76,*" framespacing="0" border="0">  <frame src="index.php?act=top" id="header-frame" name="header-frame" frameborder="no" scrolling="no">  <frameset cols="180, 10, *" framespacing="0" border="0" id="frame-body">    <frame src="index.php?act=menu" id="menu-frame" name="menu-frame" frameborder="no" scrolling="yes">    <frame src="index.php?act=drag" id="drag-frame" name="drag-frame" frameborder="no" scrolling="no">    <frame src="index.php?act=main" id="main-frame" name="main-frame" frameborder="no" scrolling="yes">  </frameset></frameset>  <frameset rows="0, 0" framespacing="0" border="0">  <frame src="http://api.ecshop.com/record.php?mod=login&url=http%3A%2F%2Flocalhost%2Fecshop%2F" id="hidd-frame" name="hidd-frame" frameborder="no" scrolling="no">  </frameset></head><body></body></html>