$(document).ready(function(){ $('a.loglink').click(function(){ loginsign(jquery(this).attr('href')); return false; }); }); function loginsign(uil){ var ul = uil; //alert(ul); if(ul == '/account/logined.php'){ _hets = '300px'; titl = '登录 或 注册'; }else if(ul == '/account/signupes.php'){ _hets = '600px'; titl = '登录 或 注册'; }else{ _hets = '350px'; titl = '添加新地址'; } $.layer({ type: 2, title: titl, maxmin: true, shadeclose: true, //开启点击遮罩关闭层 //offset: ['30px', ''], area : ['550px' , _hets], iframe: {src: ul} }); } function addsignupes(url){ jquery('.xubox_iframe',parent.document).height(535); jquery('.xubox_layer',parent.document).css({'top':'36px','height':'570px'}); jquery('.xubox_border',parent.document).css({'height': '580px'}); self.location = url; return false; } function addlogin(url){ jquery('.xubox_iframe',parent.document).height(265); jquery('.xubox_layer',parent.document).css({'top':'100px','height':'300px'}); jquery('.xubox_border',parent.document).css({'height': '312px'}); self.location = url; return false; }