Home
FAQs
Extras
Comments
hyperNET®
Contact Us
Search:
Basic HTML
HTML Essentials
Basics
<head>
<body>
Text
Formatting
Size
Layout
Listing
Links
Create a Link
Within the Page
Local Pages
Other Sites
E-mail
New Window
Image Links
Link Colors
Link
Active
Visited
Images
Formats
JPEG
GIF
Inserting
Resizing
Border
Spacing
Alignment
Alternative Text
Text Wrapping
Image Mapping
Background
Color
Image
Table
Border
Resizing
Background
Color
Image
Spacing
Cell Spacing
Cell Padding
Spanning
Row Span
Column Span
Caption
Blank Cell
Frame
Create a Frame
Frameset
Default page
Resizable window
Scrollbars
Links Within
Form
Create a Form
Text Field
Text Area
Password Field
Hidden Field
Checkbox
Radio Button
Drop Down Menu
Submit Button
Reset Button
Image Button
File
Exam
Take Exam
Form >> Create a Form >> Image Button
Image Button
Image buttons have the same effect as submit buttons. When a visitor clicks an image button the form is sent to the address specified in the action setting of the
tag. Since visitors aren't always perfectionists you might consider adding a javascript validation of the content before it is actually sent.
HTML Code
Sample Output
<form name=f1>
<table border=1 width=70%>
<tr>
<td><input type=image src="sample_image.wmf" height=50;>
</table>
<form>
Copyright ©2006-2007 hyperNET, Inc. All rights reserved.