Discussion:
kuva
(too old to reply)
HB
2011-12-31 19:04:18 UTC
Permalink
Miten näihin näppäimiin saa kuvat?

<p class=”cur”><input name="submit" type="submit" value="Lähetä lomake" />
<input name="reset" type="reset" value="Tyhjennä lomake" />
</p>
Otto J. Makela
2012-01-01 01:18:53 UTC
Permalink
Post by HB
Miten näihin näppäimiin saa kuvat?
<p class=”cur”><input name="submit" type="submit" value="Lähetä lomake" />
<input name="reset" type="reset" value="Tyhjennä lomake" />
</p>
<input name="mypic" type="image" src="Loading Image..." />

Tästä lisätietoa: http://www.w3.org/TR/html4/interact/forms.html#h-17.4

Ja kuten kolleega Korpela totesi, reset-nappi on hyödytön ellei haitallinen.
--
/* * * Otto J. Makela <***@iki.fi> * * * * * * * * * */
/* Phone: +358 40 765 5772, ICBM: N 60 10' E 24 55' */
/* Mail: Mechelininkatu 26 B 27, FI-00100 Helsinki */
/* * * Computers Rule 01001111 01001011 * * * * * * */
Osmo Saarikumpu
2012-01-03 16:20:16 UTC
Permalink
Post by HB
Miten näihin näppäimiin saa kuvat?
<p class=”cur”><input name="submit" type="submit" value="Lähetä lomake" />
<input name="reset" type="reset" value="Tyhjennä lomake" />
</p>
Pitää vaihtaa elementtiä, INPUTista BUTTONiin. Ks.:

http://weppipakki.com/html/1strict/button.htm
--
Yst. terv. Osmo
Loading...