温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:无忧劳保库存系统源码
当前文件:
Labor/index.htm,打开代码结构图
Labor/index.htm,打开代码结构图1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2
<html xmlns="http://www.w3.org/1999/xhtml" > 3
<head> 4
<title>无忧劳保库存管理系统</title> 5
<link rel="shortcut icon" type="image/ico" href="~/favicon.ico"/> 6
</head> 7
<frameset cols="209,*" border="0"> 8
<frame src="Frame.html" noresize> 9
<frame src="index.aspx" noresize border="0" frameborder="0"> 10
</frameset> 11
<body> 12
13
</body> 14
</html> 15


