![]() |
|
|
+ Search |
![]()
|
Jun 12th, 2000 12:25
Brian Williams,
I got to looking agian and figured this one out.
<head>
<script language="Javascript">
function begin()
{
document.form_name.field.focus();
}
</script>
</head>
<body onLoad="begin()">