Come nell'esempio1, al caricamento della pagina il cursore si posa sul campo textfield, vorrei che nell'esempio2 si posasse sulla scritta QUI.

Esempio1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body onLoad="document.form1.elements['textfield'].focus();">
<form name="form1" method="post" action="">
input:
<input type="text" name="textfield">
</form>
</body>
</html>

Esempio2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body onLoad=".........................">
QUI
</body>
</html>

Se avevi capito correttamente ciò che volevo passo e chiudo altrimenti ...