Thanks Quan!: Re: how to create a submit button with my own image

2001-08-08 Thread Long Zhao
eom --- Pham Thanh Quan [EMAIL PROTECTED] wrote: You may use this html:form ... input type=image src=your_image /html:form Quan - Original Message - From: Long Zhao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 5:21 AM Subject: how to create a

how to create a submit button with my own image

2001-08-06 Thread Long Zhao
for a struts form, html:form action=/html:form, how to create a submit button with my own image? I have tried to use javascript to do onclick=javascript:window.document.form.submit(), but it did not work, because the struts form do not have a name for the form. Thanks Long

Re: how to create a submit button with my own image

2001-08-06 Thread Pham Thanh Quan
The name of the form is in the file struts-config.xml. action path=... ... name=this_is_the_form_name_you_want /action Quan - Original Message - From: Long Zhao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 5:21 AM Subject: how to create a submit button with

Re: how to create a submit button with my own image

2001-08-06 Thread Pham Thanh Quan
You may use this html:form ... input type=image src=your_image /html:form Quan - Original Message - From: Long Zhao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 5:21 AM Subject: how to create a submit button with my own image for a struts form, html:form