Ok, so I have a textbox sitting right next to a checkbox on a webform. The textbox is disabled and grayed out by default. It needs to be enabled only when the checkbox is checked. No problem so far...

Part 2: This involves positioning the blinking cursor in the textbox, after the textbox has been enabled (saving the user a TAB to get to the textbox.. HUH!)

Any ideas how to do this?

Thanks!!