aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/document/applets/index.html
blob: 25c147849bb954a89ef78c1228bacc123e031ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: document.applets
slug: Web/API/Document/applets
tags:
  - DOM
  - Gecko
translation_of: Web/API/Document/applets
---
<p>{{ ApiRef() }}</p>

<h3 id="Summary" name="Summary">요약</h3>

<p><code>applets</code> document 내의 정렬된 애플릿 목록을 리턴합니다.</p>

<h3 id="Syntax" name="Syntax">문법</h3>

<pre class="eval"><em>nodeList</em> = document.applets
</pre>

<h3 id="Example" name="Example">예제</h3>

<pre class="eval">// ( 여러분이 원하는 두 번째 애플릿을 알고 있을 때 )
my_java_app = document.applets[1];
</pre>

<h3 id="Specification" name="Specification">명세</h3>

<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-85113862">DOM 레벨 2 HTML: applets</a></p>

<p>{{ languages( { "en": "en/DOM/document.applets", "es": "es/DOM/document.applets", "pl": "pl/DOM/document.applets" } ) }}</p>