Anyone know a quick official way to scroll a multiple-selection SELECT to the seleted item at page load (option is dynamically picked by server-side script, out of potentially hundreds of choices)? I don't see anything in the W3 DOM, but I could be overlooking it.

I don't need to support anything less than 6.0 browsers, BTW, but I do need to be compliant with the W3 (because its stupid not too when you don't need to support older browsers). It's not that big a deal if there isn't - it's for a small bit of user friendlyness, not anything critical.

Thanks.