preetilak
08-01-2005, 01:51 AM
I want to make use of an image file in the place of a button in a form. I don't want to use javascript onSubmit here. As I am developing in HTML/ASP, can I make use of a picture? Pls let me know.
|
Click to See Complete Forum and Search --> : form submission witha picture in place of a button preetilak 08-01-2005, 01:51 AM I want to make use of an image file in the place of a button in a form. I don't want to use javascript onSubmit here. As I am developing in HTML/ASP, can I make use of a picture? Pls let me know. buntine 08-01-2005, 02:04 AM Yes, it is quite simple. This is actually an HTML question, though. <input type="image" src="imagename.gif" /> Regards. preetilak 08-01-2005, 03:34 AM I am sorry...I dont get that. Should I write this in place of <input type="submit" name="SUBMIT"> ? If so, what is the back shash? Ps explain. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |