代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!--[if IE 6]>
<script src="js/iepng.js" type="text/javascript"></script>
<script type="text/javascript">
EvPNG.fix('div, ul, img, li, input, a');
</script>
<![endif]-->
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript" src="js/select.js"></script>
<title>MenberList</title>
</head>
<body>
<div class="head1">
</div>
<div class="head2">
</div>
<div class="i_bg bg_color">
<!--Begin 用户中心 Begin -->
<div class="m_content">
<!--左边分类列表-->
<div class="m_left">
</div>
<div class="m_right">
<p></p>
<div class="mem_t">
添加新闻
<input type="hidden" id="totolePage" value="">
</div>
<form action="kgc-easybuy01/addProduct" class="mem_tab" method="post" style="width:870px; margin-top:20px; margin-left: 200px;" enctype="multipart/form-data">
<div style="margin-bottom: 10px">
<label>新闻标题:</label>
<input type="text" id="title" style="width: 200px;height: 20px" >
</select>
</div>
<div style="margin-bottom: 10px">
<label>新闻内容:</label>
</div>
<textarea id="content" style="width: 600px;height: 400px" ></textarea>
<div>
<label> </label>
<input type="button" value="确认修改" class="btn_tj" onclick="newsUpdate()"/>
</div>
</form>
</div>
</div>
<!--End 用户中心 End-->
<div class="foot2">
</div>
<div class="foot1">
</div>
</div>
</body>
<script type="text/javascript" src="js/interceptor.js"></script>
<script type="text/javascript" src="js/newsUpdate.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function () {
interceptorUser();
addhead1();
addfoot1();
addfoot2();
m_left();
getNews();
});
//获得包含的页面head1
function addhead1(){
jQuery.ajax({
url:"/head1.html",
dataType:"html",
success:function (head1) {
jQuery(".head1").html(head1);
},
error:function () {
alert("回调失败!")
}
});
}
//获得左边分类管理列表
function m_left(){
jQuery.ajax({
url:"/m_left.html",
dataType:"html",
success:function (m_left) {
jQuery(".m_left").html(m_left);
},
error:function () {
alert("回调失败!")
}
});
}
//获得包含页面foot1
function addfoot1(){
jQuery.ajax({
url:"/foot1.html",
dataType:"html",
success:function (foot1) {
jQuery(".foot1").html(foot1);
},
error:function () {
alert("回调失败!")
}
});
}
//获得包含页面foot2
function addfoot2(){
jQuery.ajax({
url:"/foot2.html",
dataType:"html",
success:function (foot2) {
jQuery(".foot2").html(foot2);
},
error:function () {
alert("回调失败!")
}
});
}
</script>
<html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。