Is there a simple way to set the focus (input cursor) of a web page on the first input element (textbox, dropdownlist, ...) on loading the
If you're using the Prototype JavaScript framework then you can use the focusFirstElement method:
Form.focusFirstElement(document.forms[0]);