87,989
社区成员
发帖
与我相关
我的任务
分享
<link href="../style/thickbox.css" rel="stylesheet" type="text/css" />
<script src="../javascript/jquery-1.6.3.min.js" type="text/javascript"></script>
<script src="../javascript/thickbox.js" type="text/javascript"></script>
<a href="Upimg/ajax_ifram.html?keepThis=true&TB_iframe=true&height=250&width=400" title="add a caption to title attribute / or leave blank" class="thickbox">例子1</a>
function DefaultSaveOpenBox() {
var cook = getCookie("UserID");
if (cook == null) {
tb_show('请先登陆', "../layer/login.aspx?TB_iframe=true&height=370&width=580&modal=true", "thickbox");
return false;
}
else {
}
}
<a href="javascript:void(0)" onclick="DefaultSaveOpenBox()">保存</a>