ȨÆäÀÌÁöÁ¦ÀÛ±³½Ç
ȨÆäÀÌÁö Á¦ÀÛ±âÃÊ
±âº»Å±×
ÅÂ±×ÆÁ¸ðÀ½
ű×ÀÚ·á¹æ
Æ÷Åä¼¥°ÁÂ
À¥.°ü·Ã°ÁÂ
PHP°ÁÂ
PHPÆÁ
HTML.CSS
JAVASCRIPT
ASP
JSP
PHP½ÉÈ
C.C++
Ç÷¡½Ã.ActionScript
ÀÚÀ¯°Ô½ÃÆÇ
Áú¹®°Ô½ÃÆÇ
À¯¸Ó°Ô½ÃÆÇ
¿À¶ô½Ç
Tel. 042-353-2371
ÆòÀÏ ¿ÀÀü 9½Ã ~ ¿ÀÈÄ 7½Ã
±â¾÷ÀºÇà
010-8649-6758
¿¹±ÝÁÖ:Á¦ÁÖ»ç¶û(¼ÛÁø¾Æ)
JAVASCRIPT
Ȩ > ȨÆäÀÌÁöÁ¦ÀÛ±³½Ç > JAVASCRIPT
ÀÛ¼ºÀÚ
freewebkorea
Ä«Å×°í¸®
JavaScript
Tutorial
Object
ºñ¹Ð¹øÈ£
Á¦¸ñ
<H2>Navigator Object</H2> <P class=mtext>Navigator object´Â client(»ç¿ëÀÚ) ÀÇ ºê¶ó¿ìÀú¿¡ ´ëÇÑ Á¤º¸¸¦ ¾Ë·Á ÁÖ´Â ObjectÀÔ´Ï´Ù.</P> <TABLE class=attributeTbl cellSpacing=2 cellPadding=0 border=0> <TBODY> <TR> <TD class=titleCell colSpan=4>Navigator Object Properties</TD></TR> <COLGROUP> <COL class=syntaxLeftCell> <COL class=syntaxRightCell> <TBODY> <TR class=syntaxLeftCell> <TD align=middle>Property</TH> <TD align=middle>¼³ ¸í</TH> </TD> <TR> <TD>appCodeName</TD> <TD>ºê¶ó¿ìÀúÀÇ code name return</TD></TR> <TR> <TD>appMinorVersion</TD> <TD>ºê¶ó¿ìÀúÀÇ minor version return</TD></TR> <TR> <TD>appName</TD> <TD>ºê¶ó¿ìÀú name return</TD></TR> <TR> <TD>appVersion</TD> <TD>Os platform°ú ºê¶ó¿ìÀú version return</TD></TR> <TR> <TD>browserLanguage</TD> <TD>ºê¶ó¿ìÀú »ç¿ë ¾ð¾î return</TD></TR> <TR> <TD>cookieEnabled</TD> <TD>Cookie °ªÀ» Çã¿ëÇÏ´ÂÁöÀÇ ¿©¿ì(Boolean) return</TD></TR> <TR> <TD>cpuClass</TD> <TD>ºê¶ó¿ìÀú ½Ã½ºÅÛÀÇ C.P.U µî±Þ return</TD></TR> <TR> <TD>onLine</TD> <TD>½Ã½ºÅÛÀÇ Online ¿©ºÎ(boolean) return</TD></TR> <TR> <TD>platform</TD> <TD>ºê¶ó¿ìÀú platform ¸íĪ return</TD></TR> <TR> <TD>systemLanguage</TD> <TD>½Ã½ºÅÛ »ç¿ë ¾ð¾î return</TD></TR> <TR> <TD>userAgent</TD> <TD>HTTP user-agent return</TD></TR> <TR> <TD>userLanguage</TD> <TD>ÇöÀç »ç¿ëÀÚ ¼³Á¤ ¾ð¾î return</TD></TR></TBODY></TABLE><BR><BR> <HR class=grayHr> <BR><!-- ÀÔ·Â pre ½ÃÀÛ --><B class=pos>Navigator object ¿¹Á¦</B> <PRE class=input id=app_information><html> <head> <title>Navigator object ¸¦ ÀÌ¿ëÇÏ¿© ºê¶ó¿ìÀú Á¤º¸ ¾Ë¾Æ³»±â</title> </head> <body> <script type="text/javascript"> var x = navigator document.write("CodeName=" + x.<B>appCodeName</B>) document.write("<br />") document.write("MinorVersion=" + x.<B>appMinorVersion</B>) document.write("<br />") document.write("Name=" + x.<B>appName</B>) document.write("<br />") document.write("Version=" + x.<B>appVersion</B>) document.write("<br />") document.write("CookieEnabled=" + x.<B>cookieEnabled</B>) document.write("<br />") document.write("CPUClass=" + x.<B>cpuClass</B>) document.write("<br />") document.write("OnLine=" + x.<B>onLine</B>) document.write("<br />") document.write("Platform=" + x.<B>platform</B>) document.write("<br />") document.write("UA=" + x.<B>userAgent</B>) document.write("<br />") document.write("BrowserLanguage=" + x.<B>browserLanguage</B>) document.write("<br />") document.write("SystemLanguage=" + x.<B>systemLanguage</B>) document.write("<br />") document.write("UserLanguage=" + x.<B>userLanguage</B>) </script> </body> </html> </PRE><!-- ÀÔ·Â pre ³¡--><A href="javascript:copy2Clipboard(app_information);open_window('../../include/code_executor.asp');"><IMG alt="ÄÚµå ½ÇÇà Çϱâ" src="http://www.cadvance.org/doc/images/icon/exec_button.gif" border=0></A><BR><BR><BR> <HR class=blackHr>
<H2>Navigator Object</H2> <P class=mtext>Navigator object´Â client(»ç¿ëÀÚ) ÀÇ ºê¶ó¿ìÀú¿¡ ´ëÇÑ Á¤º¸¸¦ ¾Ë·Á ÁÖ´Â ObjectÀÔ´Ï´Ù.</P> <TABLE class=attributeTbl cellSpacing=2 cellPadding=0 border=0> <TBODY> <TR> <TD class=titleCell colSpan=4>Navigator Object Properties</TD></TR> <COLGROUP> <COL class=syntaxLeftCell> <COL class=syntaxRightCell> <TBODY> <TR class=syntaxLeftCell> <TD align=middle>Property</TH> <TD align=middle>¼³ ¸í</TH> </TD> <TR> <TD>appCodeName</TD> <TD>ºê¶ó¿ìÀúÀÇ code name return</TD></TR> <TR> <TD>appMinorVersion</TD> <TD>ºê¶ó¿ìÀúÀÇ minor version return</TD></TR> <TR> <TD>appName</TD> <TD>ºê¶ó¿ìÀú name return</TD></TR> <TR> <TD>appVersion</TD> <TD>Os platform°ú ºê¶ó¿ìÀú version return</TD></TR> <TR> <TD>browserLanguage</TD> <TD>ºê¶ó¿ìÀú »ç¿ë ¾ð¾î return</TD></TR> <TR> <TD>cookieEnabled</TD> <TD>Cookie °ªÀ» Çã¿ëÇÏ´ÂÁöÀÇ ¿©¿ì(Boolean) return</TD></TR> <TR> <TD>cpuClass</TD> <TD>ºê¶ó¿ìÀú ½Ã½ºÅÛÀÇ C.P.U µî±Þ return</TD></TR> <TR> <TD>onLine</TD> <TD>½Ã½ºÅÛÀÇ Online ¿©ºÎ(boolean) return</TD></TR> <TR> <TD>platform</TD> <TD>ºê¶ó¿ìÀú platform ¸íĪ return</TD></TR> <TR> <TD>systemLanguage</TD> <TD>½Ã½ºÅÛ »ç¿ë ¾ð¾î return</TD></TR> <TR> <TD>userAgent</TD> <TD>HTTP user-agent return</TD></TR> <TR> <TD>userLanguage</TD> <TD>ÇöÀç »ç¿ëÀÚ ¼³Á¤ ¾ð¾î return</TD></TR></TBODY></TABLE><BR><BR> <HR class=grayHr> <BR><!-- ÀÔ·Â pre ½ÃÀÛ --><B class=pos>Navigator object ¿¹Á¦</B> <PRE class=input id=app_information><html> <head> <title>Navigator object ¸¦ ÀÌ¿ëÇÏ¿© ºê¶ó¿ìÀú Á¤º¸ ¾Ë¾Æ³»±â</title> </head> <body> <script type="text/javascript"> var x = navigator document.write("CodeName=" + x.<B>appCodeName</B>) document.write("<br />") document.write("MinorVersion=" + x.<B>appMinorVersion</B>) document.write("<br />") document.write("Name=" + x.<B>appName</B>) document.write("<br />") document.write("Version=" + x.<B>appVersion</B>) document.write("<br />") document.write("CookieEnabled=" + x.<B>cookieEnabled</B>) document.write("<br />") document.write("CPUClass=" + x.<B>cpuClass</B>) document.write("<br />") document.write("OnLine=" + x.<B>onLine</B>) document.write("<br />") document.write("Platform=" + x.<B>platform</B>) document.write("<br />") document.write("UA=" + x.<B>userAgent</B>) document.write("<br />") document.write("BrowserLanguage=" + x.<B>browserLanguage</B>) document.write("<br />") document.write("SystemLanguage=" + x.<B>systemLanguage</B>) document.write("<br />") document.write("UserLanguage=" + x.<B>userLanguage</B>) </script> </body> </html> </PRE><!-- ÀÔ·Â pre ³¡--><A href="javascript:copy2Clipboard(app_information);open_window('../../include/code_executor.asp');"><IMG alt="ÄÚµå ½ÇÇà Çϱâ" src="http://www.cadvance.org/doc/images/icon/exec_button.gif" border=0></A><BR><BR><BR> <HR class=blackHr>
÷ºÎÆÄÀÏ
°ßÀû°è»êÇϱâ
ÀÛ¾÷ÀÇ·Ú
°ßÀû¹®ÀÇ
°øÁö»çÇ×