Setting focus in Dreamweaver
I'm looking for a way to set the element of a page to have focus upon loading, and to do this via Dreamweaver 8's GUI.
The page in question is a login page for an E-Commerce system, and the manager wants the page to load with the username field automatically in focus and with a cursor so customers can essentially click a link and begin logging in right away, without having to click or tab through elements on a page.
I know this can be done in code, but we were hoping there was an attribute that could be set in an object's properties in the DW8 interface to do it without needing to hand-modify code.
I admit that I'm not entirely certain of the manager's reasoning behind this decision, as it seems to me a little Javascript would do the trick. At any rate, I figured I'd ask since if anyone knows, it's likely to be someone here.
Thanks a bunch for the help.

