<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">options</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">2</span> IE <span class="emphasis">3</span> DOM <span class="emphasis">1</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p><span class="literal">select</span> IuWFNgɃlXgꂽ <span class="literal">option</span> vf̔złB
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">IuWFNgQ</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>[window.]document.<span class="replaceable">formName</span>.<span class="replaceable">selectName</span>.options
[window.]document.forms[i].elements[i].options
[window.]document.getElementById("<span class="replaceable">selectElementID</span>").options</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectspecificproperties"><span class="title">IuWFNgŗL̃vpeB</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><tr><td><span class="literal">length</span></td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectspecificmethods"><span class="title">IuWFNgŗL̃\bh</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<table border="1"><tbody><tr><td><span class="literal">add()</span></td><td><span class="literal">item()</span></td><td><span class="literal">namedItem()</span></td><td><span class="literal">remove()</span></td><td><span class="literal">tags()</span></td><td><span class="literal">urns()</span></td>
								</tr>
							</tbody></table>
					</td>
				</tr>
			</table>
		</div><div id="length">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">length</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">2</span> IE <span class="emphasis">3</span> DOM <span class="emphasis">1</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">ǂݎp</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>RNVɊ܂܂vf̐Ԃ܂B</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title"></span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>var howMany = document.forms[0].mySelect.options.length;</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">l</span></td>
				</tr>
				<tr>
					<td colspan="2"><p> </p>
					</td>
				</tr>
			</table>
		</div><div id="add()">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">add()</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">Ȃ</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">Ȃ</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">add(<span class="replaceable">elementRef</span>[, <span class="replaceable">index</span>])</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>쐬ς݂̗vf (<span class="literal">createElement()</span> \bh) ݂̃RNVɒǉ܂Bvf <span class="literal">option</span> ^CvłKv܂B2 Ԗڂ̃p[^ƂăCfbNXlw肵ȂAftHgł͐Vvf̓RNV̍Ō̃ACeƂĒǉ܂B̏ꍇÃCfbNXʒuȍ~ɂACëʒu 1 J艺܂B̃V[PX <span class="literal">select</span> IuWFNgɐVACeǉ܂B
</p>
<span class="PROGRAMLISTING"><pre>var newElem = document.createElement(&quot;option&quot;);
newElem.text = &quot;Freddy&quot;;
newElem.value = &quot;Freddy Mercury&quot;;
document.forms[1].rockers.options.add(newElem);</pre></span>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p>ʓIȃIuWFNgŏɍ쐬܂Bɂ̃vpeBɒlݒ肳܂B̎ɁAVvf <span class="literal">select</span> vfɒǉ܂B
</p>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p>̃^XNŃuEUԂ̌݊Ɖʌ݊ۂ@ɂẮA<span class="literal">option</span> IuWFNg̐QƂĂB܂ Netscape 6 Ŏgpł W3C DOM ̃Av[`ɂẮA<span class="literal">select.add()</span> \bh̐QƂĂB
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">p[^</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>ʏ <span class="literal">createElement()</span> \bhɂĐASȗvfIuWFNgւ̎Q
</li><li><span class="literal"></span>RNV̐VvfǉʒuBȗ\łB
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">߂l</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ȃ</p>
					</td>
				</tr>
			</table>
		</div><div id="item()">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">item()</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">1</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">item(<span class="replaceable">index</span>[, <span class="replaceable">subindex</span>]) item(<span class="replaceable">index</span>)</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>CfbNXl (܂̓CfbNXlƃTuCfbNXl\) ɈvvfɑΉA1 ̃IuWFNg܂̓IuWFNg̃RNVԂ܂B
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">p[^</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>p[^ 0 n܂鐮lw肵ꍇ́A\[XR[h (݂̗vfł̃lXg) Ŏw肳ꂽACeɑΉ 1 ̗vf߂lƂĕԂ܂Bw肵ꍇ (IE ̏ꍇ̂) ́A̕ƈv <span class="literal">id</span> vpeBvf̃RNVԂ܂B
</li><li><span class="literal"></span>Internet Explorer ł̂݁Aŏ̃p[^ŕw肵ꍇA2 Ԗڂ̃p[^ 0 n܂CfbNXlw肷邱ƂɂAŏ̃p[^̕lɈv <span class="literal">id</span> vpeBRNV̒ACfbNXlŎw肵vf擾ł܂B
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">߂l</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>1 ̃IuWFNgA܂̓IuWFNg̃RNV (z)Bp[^ɈvvfȂꍇA<span class="literal">null</span> Ԃ܂B
</p>
					</td>
				</tr>
			</table>
		</div><div id="namedItem()">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">namedItem()</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span> IE <span class="emphasis">6</span> DOM <span class="emphasis">1</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">namedItem("<span class="replaceable">ID</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>p[^̕ƈvvfɑΉ 1  <span class="literal">option</span> IuWFNgԂ܂B
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">p[^</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>ړI̗vf <span class="literal">id</span> Ɠl
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">߂l</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>1  <span class="literal">option</span> IuWFNgBp[^ɈvvfȂꍇA<span class="literal">null</span> Ԃ܂B
</p>
					</td>
				</tr>
			</table>
		</div><div id="remove()">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">remove()</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">Ȃ</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">Ȃ</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">remove(<span class="replaceable">index</span>)</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>݂̃RNVvf폜܂B<span class="literal">select</span> vfɑRNV폜 <span class="literal">option</span> vfIсA0 n܂CfbNXlŎw肵܂B̗ <span class="literal">select</span> IuWFNgŏ̃ACe폜܂B
</p>
<span class="PROGRAMLISTING"><pre>document.forms[1].rockers.options.remove(0);</pre></span>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p>Navigator ł́A<span class="literal">option</span> vf폜vZX͂܂قȂ܂BACe폜ɂ́ARNṼACe <span class="literal">null</span> w肵܂BƂ΁AOq IE ɑ Navigator ł̗͎̂悤ɂȂ܂B
</p>
<span class="PROGRAMLISTING"><pre>document.forms[1].rockers.options[0] = null;</pre></span>
							</td>
						</tr>
						<tr><td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p><span class="literal">select</span> IuWFNg폜vZẌႢɊւȂAǂ̃uEUłA<span class="literal">options</span> z͎̒kĕ\܂B
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="parameters"><span class="title">p[^</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td>
						<ul><li><span class="literal"></span>RNV̂ǂ̃ACe폜邩 0 n܂鐮
</li></ul>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="returnedvalue"><span class="title">߂l</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Ȃ</p>
					</td>
				</tr>
			</table>
		</div><div id="tags()">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">tags()</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">Ȃ</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">Ȃ</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">tags("<span class="replaceable">tagName</span>")</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>݂̃RNVɃlXgĂ邷ׂẴIuWFNĝA<span class="replaceable">tagName</span> p[^Ɠ^OIuWFNg̃RNVԂ܂BׂĂ IE RNVɎĂ܂ (<span class="literal">all.tags()</span> \bhQ) Avf^CṽRNVł͏d܂B
</p>
							</td>
						</tr>
			</table>
		</div><div id="urns()">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">urns()</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">Ȃ</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">Ȃ</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal">urns(<span class="replaceable">URN</span>)</p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p><span class="literal">all.urns()</span> \bhQƂĂB</p>
							</td>
						</tr>
			</table>
		</div>

</body>
</html>
