摘要: /** +---------------------------------------------------------- * 获取文件的mime_content类型 +---------------------------------------------------------- * @return string +---------------------------------------------------------- */static $contentType = array( 'ai' ... 阅读全文
posted @ 2011-10-31 11:35 Yolandafans 阅读(482) 评论(0) 推荐(0)
摘要: 自己封装了一个JS的弹出框。提供的只是一个思想和原理,功能不够完善,当然有需要的话可以逐步添加功能。测试过IE6,7,8和FF和谷歌。页面调用的时候很简单:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title> New Document </title> </head><style> 阅读全文
posted @ 2011-10-31 11:13 Yolandafans 阅读(1619) 评论(0) 推荐(0)