$(function(){
var msgbox = $("#msgbox");
// var height = window.screen.availHeight;
// var width = window.screen.availWidth;
msgbox.dialog({width:'50%',modal:true,title:"网络磁盘登录方式",resizable:true});
});
<div id="msgbox">
<p>公司网络磁盘为FTP系统,用户名密码与邮箱一致,其中<font color="RED">public</font>为公共文件夹只可下载,不可上传!</p>
<p>1.WEB方式访问,请您<a href="http://ftp.xxx.com" target="ftpxxx"><font color="red">点击这里</font></a>打开</p><br/>
<p>2.资源管理器(文件夹)方式访问,请您<a href="?d=true"><font color="red">点击这里</font></a>下载</p><br/>
<p>3.第三方客户端方式访问,第三方客户端IP地址:ftp.xxx.com </p><br/>
</div>