$(function(){
$('#ff').form({
onSubmit:function(){
return $(this).form('validate');
},
success:function(data){
window.location.href="<%=request.getContextPath()%>
/vpnManage/findVpn.action";
}
});
});
$('#ff').form({
onSubmit:function(){
return $(this).form('validate');
},
success:function(data){
window.location.href="<%=request.getContextPath()%>
/vpnManage/findVpn.action";
}
});
});