devxlogo

Using interlaced GIFs as buttons in a form

Using interlaced GIFs as buttons in a form

Question:
I want to create ‘back’ and ‘exit’ buttons that look the same as the’submit’ and ‘reset’ buttons that are in the &#060FORMS&#062 commands,and place them all together in a table at the bottom of my Formspages. Is it possible to create buttons that are interlaced GIFs anduse them in place of traditional “submit” and “reset” buttons?

Answer:
If I understand your question correctly, the answer is yes. Youcan use interlaced GIFs as buttons to replace theones normally created with HTML in your forms, by including thefollowing construct in your form:

     <input          type=image           name="Submit"          value="value"         src="picture_of_button.gif">

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist