在此之前逆序要引入jbox的插件
地址:http://note.youdao.com/share/?id=a2c09a8316cf27b50899fcf58e576495&type=notebook(下载导入项目)
此项目是基于springmvc下的
<script type="text/javascript">
function 事件名字(url){
$.jBox.open("iframe:" + url + "", "弹出款的标题",弹出框的长, 弹出框的高, { buttons: {'关闭': true}})
}
</script>
<!-- 页面-->:
<a href="#" onclick="事件名字('路径指明跳转页面及数据显示);">点击按钮名</a>