2007年9月11日

发送邮件事例

摘要: protected void btnSend_Click(object sender, EventArgs e) { string rcvAddr = txtMailAddr.Text.Trim(); if (rcvAddr.Length > 0) { //邮件信息 MailMessage mail... 阅读全文

posted @ 2007-09-11 17:38 廖勇军 阅读(460) 评论(0) 推荐(0) 编辑

一种简单有效自适应高度的iframe

摘要: 注:onload字段中的数值“7”为Iframe最低高度值,可自定义!另外这个同时支持IE&Firefox:)PS:如果内页的CSS设置了BODY的MARGIN属性,IFRAME自适应的高度不会把margin-top和margin-bottom的值加到里面,所以最后这地方this.height=(fdh>450?fdh:400)得改成this.height=(fdh>450?fdh+margin-... 阅读全文

posted @ 2007-09-11 14:32 廖勇军 阅读(416) 评论(1) 推荐(0) 编辑

导航