
HTML
bryanliu1982
这个作者很懒,什么都没留下…
展开
-
IFrame 框架去掉边框
FRAMEBORDER=0 SCROLLING=NO SRC="sample.htm">原创 2006-03-29 17:22:00 · 2120 阅读 · 0 评论 -
表格隔行换色,真是方便,摘自经典论坛
表格隔行换色,真是方便,摘自经典论坛 摘自: http://www.blueidea.com/bbs/NewsDetail.asp?GroupName=转载 2006-04-20 10:48:00 · 1627 阅读 · 0 评论 -
Force "Save file" dialog on the JSP page
If you want to force pop up "Save File" dialog to ask user save file from server.We need to set the several parameter to response.the first is content type. response.setContentType("applicati原创 2009-05-31 14:14:00 · 803 阅读 · 0 评论 -
Content Type type
内容类型内容类型(Content-Type),这个头部领域用于指定消息的类型。一般以下面的形式出现。Content-Type: [type]/[subtype]; parametertype有下面的形式。Text:用于标准化地表示的文本信息,文本消息可以是多种字符集和或者多种格式的; Multipart:用于连接消息体的多个部分构成一个消息,这些部分可以是不同类型原创 2009-05-31 14:11:00 · 1663 阅读 · 0 评论 -
List of HTTP headers
From http://en.wikipedia.org/wiki/List_of_HTTP_headers转载 2009-05-31 14:37:00 · 467 阅读 · 0 评论