AUTO
[ID/PWã±â] [ȸ¿ø°¡ÀÔ]
´º½º¿Í Á¤º¸ (276)
ÀÚÀ¯ °Ô½ÃÆÇ (394)
°¡ÀÔ Àλç (1974)
°øÁö»çÇ× (5)
AJAX ÇнÀ (72)
ASP Áú¹® (71)
ASP ÇнÀ (271)
MYSQL ÇнÀ (73)
SQLSERVER ÇнÀ (337)
¿À¶óŬ ÇнÀ (66)
µ¥ÀÌŸº£À̽º ÇнÀ (29)
¾×¼Ç½ºÅ©¸³Æ® ÇнÀ (261)
¾×¼Ç½ºÅ©¸³Æ® Áú¹® (65)
ÆÛ¿Â Ç÷¡½Ã (204)
Ç÷¡½Ã ³×ºñ°ÔÀÌ¼Ç (59)
Ç÷¡½Ã ¼Ò½º (532)
Ç÷¡½Ã ¿¬±¸½Ç (536)
Ç÷¡½Ã Áú¹® (649)
Ç÷¡½Ã °ÔÀÓ (53)
Ç÷¡½Ã ÀÎÆ®·Î (44)
Ç÷¡½Ã ÀÌÆåÆ® (45)
ÀÚÀÛ Ç÷¡½Ã (83)
ű×,HTML Áú¹® (43)
ű×,HTML ÇнÀ (131)
ÀÚ¹Ù,JSP ÇнÀ (161)
ÀÚ¹Ù,JSP Áú¹® (70)
ÀÚ¹Ù½ºÅ©¸³Æ® ÇнÀ (223)
ÀÚ¹Ù½ºÅ©¸³Æ® ¼Ò½º (73)
ÀÚ¹Ù½ºÅ©¸³Æ® Áú¹® (79)
Æ÷Åä¼¥ Áú¹® (109)
Æ÷Åä¼¥ ÇнÀ (369)
Ãßõ À̹ÌÁö (239)
ÀÚÀÛ À̹ÌÁö (81)
ÆÛ¿Â À̹ÌÁö (445)
PHP Áú¹® (62)
PHP ÇÔ¼ö (2658)
PHP ÇнÀ (661)
ÇÁ·Î±×·¡¹Ö ÇнÀ (205)
ÀÎÅͳݼ­¹ö ÇнÀ (346)
ÀÎÅͳݼ­¹ö Áú¹® (22)
³×À̹ö ¼Ó ȨÇǵðÀÚÀδåÄÄ
´ÙÀ½ ¼Ó ȨÇǵðÀÚÀδåÄÄ
±¸±Û ¼Ó ȨÇǵðÀÚÀδåÄÄ
¿¥ÆÄ½º ¼Ó ȨÇǵðÀÚÀδåÄÄ
¾ßÈÄ ¼Ó ȨÇǵðÀÚÀδåÄÄ
³×ÀÌÆ® ¼Ó ȨÇǵðÀÚÀδåÄÄ
½ÎÀÌ¿ùµå ȨÇǵðÀÚÀδåÄÄ
¿¥¿¡½º¿£ ȨÇǵðÀÚÀδåÄÄ
  ȨÇǵðÀÚÀδåÄÄ > ű×,HTML ÇнÀ
   
  types mime application
  ±Û¾´ÀÌ : Ç÷¡¼Å     ³¯Â¥ : 07-02-22 15:41     Á¶È¸ : 11695    
   http://cafe.naver.com/q69/81511 (1908)

types mime application


test.pdf

mime type: application/pdf

code :

<object data="data/test.pdf" type="application/pdf" width="300" height="200">
  alt : <a href="data/test.pdf">test.pdf</a>
</object>

result :

alt : test.pdf
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#1) success (#1) success (#2) success success success success success success success degrade correctly degrade correctly

#1 : Firefox must have a very recent plugin. The adobe reader 7.0 plugin result an alert, the 7.0.8 plugin works.
WARNING, multiple objects of pdf type on a same page crash Firefox !

#2 : Opera need a user's click to activate the control.


test.ps

mime type: application/postscript-x

code :

<object data="data/test.ps" type="application/postscript-x" width="300" height="200">
  alt : <a href="data/test.ps">test.ps</a>
</object>

result :

alt : test.ps
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
degrade correctly degrade correctly degrade correctly success failed degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

test.odt

mime type: application/vnd.oasis.opendocument.text

code :

<object type="application/vnd.oasis.opendocument.text"
        data="data/test.odt" width="600" height="1000">
  alt : <a href="data/test.odt">test.odt</a>
</object>

result :

alt : test.odt
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#3) success (#3) degrade correctly success degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

#3 : The OpenOffice plugin seem a little buggy, it need a very large surface to display correctly the document (width="600" height="1000").


test.ods

mime type: application/vnd.oasis.opendocument.spreadsheet

code :

<object type="application/vnd.oasis.opendocument.spreadsheet"
        data="data/test.ods" width="600" height="1000">
  alt : <a href="data/test.ods">test.ods</a>
</object>

result :

alt : test.ods
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#3) success (#3) degrade correctly success degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

test.odp

mime type: application/vnd.oasis.opendocument.presentation

code :

<object type="application/vnd.oasis.opendocument.presentation"
        data="data/test.odp" width="600" height="1000">
  alt : <a href="data/test.odp">test.odp</a>
</object>

result :

alt : test.odp
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#3) success (#3) degrade correctly success degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

test.sxw

mime type: application/vnd.sun.xml.writer

code :

<object type="application/vnd.sun.xml.writer"
        data="data/test.sxw" width="600" height="1000">
  alt : <a href="data/test.sxw">test.sxw</a>
</object>

result :

alt : test.sxw
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#3) success (#3) degrade correctly success degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

test.sxc

mime type: application/vnd.sun.xml.calc

code :

<object type="application/vnd.sun.xml.calc"
        data="data/test.sxc" width="600" height="1000">
  alt : <a href="data/test.sxc">test.sxc</a>
</object>

result :

alt : test.sxc
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#3) success (#3) degrade correctly success degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

test.sxi

mime type: application/vnd.sun.xml.impress

code :

<object type="application/vnd.sun.xml.impress"
        data="data/test.sxi" width="600" height="1000">
  alt : <a href="data/test.sxi">test.sxi</a>
</object>

result :

alt : test.sxi
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success (#3) success (#3) degrade correctly degrade correctly (#5) degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

#5 : In Konqueror, this type can be associated with the Kpresenter plugin of Koffice, but it results a bad conversion, content is truncated.


test.doc

mime type: application/msword

this test document was created with OpenOffice.org

code :

<object type="application/msword" data="data/test.doc" width="300" height="200">
  alt : <a href="data/test.doc">test.doc</a>
</object>

result :

alt : test.doc
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
degrade correctly degrade correctly degrade correctly success degrade correctly degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly degrade correctly

#4 : without the plugin, I haven't it.


test.xls

mime type: application/vnd.ms-excel

this test document was created with OpenOffice.org

code :

<object type="application/vnd.ms-excel"
        data="data/test.xls" width="300" height="200">
  alt : <a href="data/test.xls">test.xls</a>
</object>

result :

alt : test.xls
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
degrade correctly degrade correctly degrade correctly success degrade correctly degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly degrade correctly

test.ppt

mime type: application/vnd.ms-powerpoint

this test document was created with OpenOffice.org

code :

<object type="application/vnd.ms-powerpoint"
        data="data/test.ppt" width="300" height="200">
  alt : <a href="data/test.ppt">test.ppt</a>
</object>

result :

alt : test.ppt
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
degrade correctly degrade correctly degrade correctly degrade correctly (#5) degrade correctly degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly (#4) degrade correctly degrade correctly

   

 
´º½º¿Í Á¤º¸ ¡¤ ÀÚÀ¯ °Ô½ÃÆÇ ¡¤ °¡ÀÔ ÀÎ»ç ¡¤ °øÁö»çÇ× ¡¤ AJAX ÇнÀ ¡¤ ASP Áú¹® ¡¤ ASP ÇнÀ ¡¤ MYSQL ÇнÀ ¡¤ SQLSERVER ÇнÀ ¡¤ ¿À¶óŬ ÇнÀ ¡¤ µ¥ÀÌŸº£À̽º ÇнÀ ¡¤ ¾×¼Ç½ºÅ©¸³Æ® ÇнÀ ¡¤ ¾×¼Ç½ºÅ©¸³Æ® Áú¹® ¡¤ ÆÛ¿Â Ç÷¡½Ã ¡¤ Ç÷¡½Ã ³×ºñ°ÔÀÌ¼Ç ¡¤ Ç÷¡½Ã ¼Ò½º ¡¤ Ç÷¡½Ã ¿¬±¸½Ç ¡¤ Ç÷¡½Ã Áú¹® ¡¤ Ç÷¡½Ã °ÔÀÓ ¡¤ Ç÷¡½Ã ÀÎÆ®·Î ¡¤ Ç÷¡½Ã ÀÌÆåÆ® ¡¤ ÀÚÀÛ Ç÷¡½Ã ¡¤ ű×,HTML Áú¹® ¡¤ ű×,HTML ÇнÀ ¡¤ ÀÚ¹Ù,JSP ÇнÀ ¡¤ ÀÚ¹Ù,JSP Áú¹® ¡¤ ÀÚ¹Ù½ºÅ©¸³Æ® ÇнÀ ¡¤ ÀÚ¹Ù½ºÅ©¸³Æ® ¼Ò½º ¡¤ ÀÚ¹Ù½ºÅ©¸³Æ® Áú¹® ¡¤ Æ÷Åä¼¥ Áú¹® ¡¤ Æ÷Åä¼¥ ÇнÀ ¡¤ Ãßõ À̹ÌÁö ¡¤ ÀÚÀÛ À̹ÌÁö ¡¤ ÆÛ¿Â À̹ÌÁö ¡¤ PHP Áú¹® ¡¤ PHP ÇÔ¼ö ¡¤ PHP ÇнÀ ¡¤ ÇÁ·Î±×·¡¹Ö ÇнÀ ¡¤ ÀÎÅͳݼ­¹ö ÇнÀ ¡¤ ÀÎÅͳݼ­¹ö Áú¹®¡¤ Ç÷¡½Ã »ùÇà ¼Ò½º ¡¤ Ç÷¡½Ã äÆÃ¹æ ¡¤ Ç÷¡½Ã ¹Ì´ÏȨÇÇ ¡¤ Ç÷¡½Ã °¶·¯¸® ¡¤ Ç÷¡½Ã RSS¸®´õ ¡¤ Ç÷¡½Ã PHP »çÀü ¡¤ Ç÷¡½Ã ¿ìÆí¹øÈ£ ã±â ¡¤ Ç÷¡½Ã ÇÑÀÚ°ÔÀÓ ¡¤ Ç÷¡½Ã ´Þ·Â°ú½Ã°è ¡¤ Ç÷¡½Ã Æ÷Åä¶óÀ̺귯¸® ¡¤ ·£´ýÀ̹ÌÁö ¡¤ Ç÷¡½Ã ´Þ·Â°ú½Ã°è ¡¤ ÇÑ±Û µµ¸ÞÀÎ ¡¤ ³×À̹ö ºí·Î±× ½ºÅ©·¦ ¡¤ ½ÎÀÌ¿ùµå ¹Ì´ÏȨÇÇ °¶·¯¸® ¡¤ ½ÎÀÌ¿ùµå ¹Ì´ÏȨÇÇ µî·Ï ¡¤ ÇÁ·Î°ÔÀÌ¸Ó ·©Å© ¡¤ ȨÆäÀÌÁöÁ¤º¸ ºí·Î±×
Copyright ¨Ï hompy.info. All rights reserved.