blob: f9544c2f8c52ff0c13c816b4a4dfc44a3e89cace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<HTML>
<HEAD>
</HEAD>
<BODY onload=document.input.name.focus()>
<form method="post" action="index.cfm" name="input">
<CENTER><TABLE BORDER=0>
<TD><INPUT TYPE="text" NAME="name" onClick="this.focus()" onFocus="this.select()" onSelect="this.select()"></TD>
</TABLE></CENTER>
<HR>
</FORM>
</BODY>
</HTML>
|