| Author |
How img link is working ?
|
sudhakar Tadepalli
Ranch Hand
Joined: Dec 27, 2001
Posts: 130
|
|
I looking into an existing code and I have a question about the following line. <tr> <td colspan="2" align="left"> <p><input type="image" name="" src="/MyAccount/assets/images/button_next.gif" alt="Link to Next Step"></p> </td> </tr> When I click the next button(Image) it is validating the page if every thing is fine then going to the next page. But not sute how it is working. Can some one explaing how it nows which page to call ? Thanks Sudhakar
|
 |
Manish Hatwalne
Ranch Hand
Joined: Sep 22, 2001
Posts: 2573
|
|
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/input_image.asp INPUT type=image Element | input type=image Object Creates an image control that, when clicked, causes the form to be immediately submitted. - Manish
|
 |
 |
|
|
subject: How img link is working ?
|
|
|