comparison: dom/events/crashtests/104310-1.html
dom/events/crashtests/104310-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <HTML> |
|
2 |
|
3 |
|
4 |
|
5 <HEAD> |
|
6 |
|
7 |
|
8 |
|
9 </HEAD> |
|
10 |
|
11 |
|
12 |
|
13 <BODY onload=document.input.name.focus()> |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 <form method="post" action="index.cfm" name="input"> |
|
21 |
|
22 <CENTER><TABLE BORDER=0> |
|
23 |
|
24 <TD><INPUT TYPE="text" NAME="name" onClick="this.focus()" onFocus="this.select()" onSelect="this.select()"></TD> |
|
25 |
|
26 |
|
27 |
|
28 </TABLE></CENTER> |
|
29 |
|
30 <HR> |
|
31 |
|
32 |
|
33 |
|
34 |
|
35 </FORM> |
|
36 |
|
37 |
|
38 |
|
39 </BODY> |
|
40 |
|
41 |
|
42 |
|
43 </HTML> |
|
44 |
|
45 |
|
46 |
|
47 |
|
48 |