![]() |
|
|
+ Search |
![]()
|
Nov 21st, 2000 10:49
Mike Boucher, Devorah Miriam Proven,
You can use javascript to do this pretty easily:
In the HEAD of your document place this JS:
function placeCursor() {
document.myFormName.myFieldName.focus();
}
in the BODY tag, place onLoad="placeCursor();"
Good Luck