I am using a form that consists of both server-side DTC's as well as client-side entry fields. When the form is submitted, I am trying to make a javascript window pop up with the information that was entered as a confirmation window. The difficulty I am having is retreving the value that is selected in the listbox dtc's since they are server-side objects. Is there any way to reference that selected object or am I going to have to do something using multiple pages? I'm sure this is a relatively simple problem but I am new to the development game. Thanks in advance for the help!