getindex.php

来自「开源的 库存管理系统 www.minierp.cn php+ mysql」· PHP 代码 · 共 20 行

PHP
20
字号
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>鍙栧緱鐢㈠搧璩囨枡</title>
</head>
<?php 
	$t_rowid =$_GET[curr_row];
    $t_jspath=$_GET[jspath];
	$t_jsname=$_GET[jsname];
	$t_LEI	 =$_GET[LEI];
?>

<frameset cols="150,*" frameborder="no" border="0" framespacing="0">
  <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" />
  <frame src="getlist.php?curr_row=<?echo $t_rowid;?>&jspath=<?echo $t_jspath;?>&jsname=<?echo $t_jsname;?>" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?