Nope, unfortunately that didn't work. I tried multiple placements of
the <script> tags (above and below the closing </form> tag)
and added the id to focus on to about 10 different elements. But no
matter what, in IE, the focus goes to the last instance of CE. It's
okay in Firefox (has been all along), but that's fairly irrelevant for
the client's audience.
Any other thoughts? My client is testing this today and I know it's going to be an issue for them.
------------------------------------
UPDATE:
Got it working. The string passed to getElementById had to be enclosed
in quotes and the element it was referencing had to be a visible (not
hidden) input field. Once I did that combo, it worked!
------------------------------------
Thanks,
Jess