「[javascript ](DOM)setAttributeでname属性を指定してもうまくいかない」の編集履歴(バックアップ)一覧はこちら

[javascript ](DOM)setAttributeでname属性を指定してもうまくいかない」(2007/04/13 (金) 17:53:12) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

The NAME attribute cannot be set at run time on elements dynamically created with the createElement method. To create an element with a name attribute, include the attribute and value when using the createElement method. Examples The following example shows how to set the NAME attribute on a dynamically created A element. var oAnchor = document.createElement("<A NAME='AnchorName?'></A>");

表示オプション

横に並べて表示:
変化行の前後のみ表示: