in my add form
when open the form first move control to the first text box in my form
for that iam using the following one.
<body OnLoad="document.forms[0].elements[0].focus();">
but if in my form first is listbox how to move control to the list box