[code="JavaScript"]
var theSelect = document.createElement('select');
var theOption = document.createElement('option');
theSelect.appendChild(theOption.appendChild(document.createTextElement('Option tekst')));
document.body.appendChild(theSelect);
[/code]
Indlæg senest redigeret d. 20.06.2006 12:08 af Bruger #6546