This is automatically filled in now.
Chris Pressey
9 years ago
24 | 24 | <button id="step">Step</button> |
25 | 25 | Speed: <input id="speed" type="range" min="0" max="200" value="0" /> |
26 | 26 | |
27 | <select id="select_source"> | |
28 | <option>(select one...)</option> | |
29 | <option>test</option> | |
30 | <option>test2</option> | |
31 | <option>test3</option> | |
32 | </select> | |
27 | <select id="select_source"></select> | |
33 | 28 | |
34 | 29 | <textarea id="input" rows="10" cols="50"></textarea> |
35 | 30 |