document-write-option.html   [plain text]


<select>
    <script>
        document.write('<option>This is a very long string so it makes the select bigger.');
    </script>				 
</select>