MVC+Jquery开发B/S系统:③表单提交
2009-09-14 00:00:00 来源:WEB开发网不知道有没有人能理解我这里的callback,我说一下他的用到的情况。实际应用中我还有一个ajaxWin来实现弹窗,弹窗里的表单提交后一般需要关闭弹窗,然后更新一些数据(比如刷新列表)。这时就需要 submit后的callback动作。另外就是我目前还有使用到redirect这个属性。呵呵,我之前的系统需要大量的跳转处理,这些跳转也是无刷新的,有一个数组来记录访问的地址。可以实现后退和前进。
下面是他的css
.mask
{
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
display: block;
top: 0px;
left: 0px;
filter:alpha(opacity=0);-moz-opcacity:0;opacity:0;
z-index:1;
}
.frame
{
position: absolute;
z-index: 2;
min-width:400px;
font-size:12px;
background-color:#fff;
overflow:hidden
}
.ajaxwin
{
border: 1px solid #ccc;
text-align:left;
}
.frame .head
{
line-height:25px;
background-color: #d3eaff;
clear:both;
}
.frame .head .title
{
position:relative;
left:5px;
font-size: 12px;
font-weight: bold;
color: #000;
}
.frame .head .btnclose
{
position:absolute;
top:0px;
right:5px;
}
.default
{
border: 1px solid #95A1B6;
}
.msg_error
{
border: 2px solid #FF6600;
background-color: #FFFFCC;
font-size: 14px;
overflow: hidden;
font-weight: bold;
}
.msg_error .head,.msg_tips .head,.msg_right .head{display:none;}
.msg_tips,.msg_default
{
border: 2px solid #3399FF;
background-color: #E6FFFF;
font-size: 14px;
height: 60px;
overflow: hidden;
font-weight: bold;
}
.msg_right
{
border: 2px solid #009933;
background-color: #E8FFD0;
font-size: 14px;
height: 60px;
overflow: hidden;
font-weight: bold;
}
.content{ padding:25px; text-align:center;}
.default .content,.ajaxwin .content{ padding:10px; text-align:left; }
.frame .btnclose
{
padding:5px;
编缉推荐阅读以下文章
- MVC+JQuery开发B/S系统:②表单绑定
- MVC+Jquery开发B/S系统:①列表绑定
更多精彩
赞助商链接