getindex.php
上传用户:yantgcom
上传日期:2013-07-19
资源大小:478k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

PHP

  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>鍙栧緱鐢㈠搧璩囨枡</title>
  5. </head>
  6. <?php 
  7. $t_rowid =$_GET[curr_row];
  8.     $t_jspath=$_GET[jspath];
  9. $t_jsname=$_GET[jsname];
  10. $t_LEI  =$_GET[LEI];
  11. ?>
  12. <frameset cols="150,*" frameborder="no" border="0" framespacing="0">
  13.   <frame src="getleft.php?curr_row=<?echo $t_rowid;?>&jspath=<?echo $t_jspath;?>&jsname=<?echo $t_jsname;?>" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  14.   <frame src="getlist.php?curr_row=<?echo $t_rowid;?>&jspath=<?echo $t_jspath;?>&jsname=<?echo $t_jsname;?>" name="mainFrame" id="mainFrame" title="mainFrame" />
  15. </frameset>
  16. <noframes><body>
  17. </body>
  18. </noframes></html>