Multiselect autoscroll
From The Daily WTF:
function onload_func(){ document.getElementById('some_multiselect_box').selectedIndex = document.getElementById('some_multiselect_box').selectedIndex; }
When a page loads, IE won't scroll a multiple-select box to the initially selected item (Firefox does). Changing the selected item, though, scrolls the box to the correct place.


Recent comments
1 year 4 weeks ago
1 year 31 weeks ago
1 year 34 weeks ago
1 year 39 weeks ago
1 year 39 weeks ago
2 years 2 weeks ago
2 years 13 weeks ago
2 years 13 weeks ago
2 years 13 weeks ago
2 years 14 weeks ago