📄 index.php
字号:
<?php
include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<title>选择办公用品名称</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n<frameset rows=\"90%,*\" frameborder=\"YES\" border=\"1\" framespacing=\"0\" id=\"selects\" name=\"select1\">\r\n\t<frameset cols=\"35%,*\" frameborder=\"YES\" border=\"1\" framespacing=\"0\" id=\"select2\">\r\n\t<frame name=\"sort\" src=\"sort.php?selectType=";
echo $_REQUEST['selectType'];
echo "\" name=\"sort\" target=\"appellation\" id=\"sort\" scrolling=\"YES\" frameborder=\"YES\">\r\n\t<frame name=\"appellation\" src=\"appellation.php?selectType=";
echo $_REQUEST['selectType'];
echo "\" name=\"appellation\" id=\"appellation\" scrolling=\"YES\" frameborder=\"YES\">\r\n\t</frameset>\r\n\t<frame name=\"bottom\" src=\"../bottom.php\" scrolling=\"NO\" frameborder=\"YES\">\r\n</frameset>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -