Hi and thanks for your help,
I am trying to set the value of a dropdown box when my page loads. Right now it gives me no errors, but the dang dropdown box isn't set to the value I wanted.
Here is my code:
<body onLoad="IssuesToReportForm.ReportTo.SelectedValue = '<%=strReportTo%>'">
Is this part of the code my problem?
Thanks, Will