prompt and selected

i would like to set selected attribute for prompt option in listbox.

how to do this?


<select ..>

<option selected=selected value=>Select One</option>//cretaed by prompt

<option>...</option>

</select>

i have tested


 ... array('prompt'=>'Select One','options'=>array(''=>array('selected'=>'selected')))

but it doesnt work