added image submit to first form

This commit is contained in:
karnaze%netscape.com 1998-09-23 17:55:28 +00:00
Родитель 5238a3dfac
Коммит 2603877f01
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -27,6 +27,7 @@ SELECT#select1 {
<P> hey yahoo </P>
<INPUT TYPE="TEXT" NAME="p" SIZE=15 MAXLENGTH=80>
<INPUT TYPE="submit" VALUE="Search">
<input type=image src=raptor.jpg width=50 height=50 name=imageSubmit> an image submit.
<INPUT TYPE="HIDDEN" NAME="a" VALUE="n">
</FORM>
<BR><BR>
@ -64,13 +65,13 @@ a checkbox: <input type=checkbox name=check1 checked>
<BR>
<input type=reset name=reset id=input2 value="RESET">
<input type=submit id=input1 name=submit value="SUBMIT">
<input type=image src=raptor.jpg width=50 height=50 name=imageSubmit> an image submit. For now, click twice.
<input type=image src=raptor.jpg width=50 height=50 name=imageSubmit> an image submit.
</form>
<BR>
<BR>
Additional tests -&nbsp;
<A href=test8siz.html>sizing</A>,
<A href=test8sca.html>scalability</A>,
<A href=test8tab.html>tables(not working)</A>
<A href=test8tab.html>tables</A>
</body>
</html>