mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
360 B
HTML
23 lines
360 B
HTML
<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>
|
|
|
|
|
|
|
|
|
|
|