aspose file tools
The moose likes Struts and the fly likes click on image to call javascript of pup up calendar, why the form submit? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "click on image to call javascript of pup up calendar, why the form submit?" Watch "click on image to call javascript of pup up calendar, why the form submit?" New topic
Author

click on image to call javascript of pup up calendar, why the form submit?

michelle Wang
Ranch Hand

Joined: Jan 12, 2004
Posts: 65
I have a image of calendar on a JSP page, and the page is in a struts form.
When i click on the calendar, it should display a calendar to choose DOB, but now when the calendar pop up, the form also been submited, wondering how to prevent this?


michelle Wang <br />SCJP 1.4
Kerry Wilson
Ranch Hand

Joined: Oct 29, 2003
Posts: 251
If your image is being displayed as an input field (i.e. <input type="image"> , then it will submit the form when it is clicked. Otherwise you should be using the javascript onClick or html's href for the anchor tag around the image.


http://www.goodercode.com
SCJP 1.4
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: click on image to call javascript of pup up calendar, why the form submit?
 
Similar Threads
can I force a call to onchange?
Form submittal problem
Selenium - Problem testing a date field.
How to send data from one window to another
How to override the default behavior in select element