comehere
注册会员

UID 75270
精华
0
积分 65
帖子 66
金钱 65 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2006-6-21
状态 离线
|
[推荐阅读] 【北京.海淀】招聘PHP程序员
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>后台管理系统</title>
<script language="javascript" type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible' v=='hide')?'hidden':v; }
obj.visibility=v; }
}//-->
</script>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 68px;
top: 134px;
background-color: #000000;
visibility: hidden;
}
-->
</style>
<body>
<div id="Layer1">
<table border=1 cellpadding=0 cellspacing=0 height=80 bgcolor="#999999" width=280>
<tbody>
<tr>
<td height=65 width="100%">
<form name="modform" id="modform" action="#">
<input type="hidden" name="id" value="">
<input type="hidden" name="type" value="">
<table border=0 cellpadding=0 cellspacing=0 height=80 width="99%">
<tbody>
<tr>
<td>新分类名:<input type="text" name="newname"></td>
</tr>
<tr align="center">
<td height=23 width="100%"><font color=white>
<input type="button" onClick="javascript:savemod()" name="go" value="提交">
<input type="button" onClick="javascript:MM_showHideLayers('Layer1','','hide');" name="cancel" value="取消">
</font></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
</div>
<Div><a href="javascript:MM_showHideLayers('Layer1','','show');">show</a>
</body>
</html>
|
|