Hubert,
--
Paul T.
Try adding a .change() event to the SELECT element after setting its value from the URL value. That ahould trigger Marc's code to the set the value of the 'real' value. Here is the code using jQuery:
$("#SPComplexToSimpleDropdown_Training")
.val( GetURLParameter('Training') )
.change();
/Paul
--
Paul T.
-- Sent from Mobile