Re: submit a form using img?

2000-04-06 Thread Reuben King
In <[EMAIL PROTECTED]>, =?iso-8859-1?q? Ins=20Ins?= ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Hi,I want to submit a form by using img.But the name > fileds do not pass to the action page: > > > > src="back.gif" alt="back"> > > alt="continue" VALUE="continue"> > > > In th

Re: submit a form using img?

2000-04-06 Thread Reuben King
In <[EMAIL PROTECTED]>, =?iso-8859-1?q? Ins=20Ins?= ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Hi,I want to submit a form by using img.But the name > fileds do not pass to the action page: > > > > src="back.gif" alt="back"> > > alt="continue" VALUE="continue"> > > > In th

RE: submit a form using img?

2000-04-06 Thread Jeff Bryan
I do this and check for the x or y co-ordinates of the image: ie isDefined("form.back.x") -Original Message- From: Ins Ins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 10:57 PM To: [EMAIL PROTECTED] Subject: submit a form using img? Hi,I want to submit a form by using img.B

Re: submit a form using img?

2000-04-06 Thread S V
Is there a way to have that image button trigger a javascript fx. This fails in netscape 4.0 Original Message Follows From: "Dave Hannum" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: submit a form using img? Date: Thu, 6 A

RE: submit a form using img?

2000-04-06 Thread david
Try this on your actionpage.cfm Go Back Continue -Original Message- From: Ins Ins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 7:57 PM To: [EMAIL PROTECTED] Subject: submit a form using img? Hi,I want to submit a form by using img.But the name fileds do not pass to the

Re: submit a form using img?

2000-04-06 Thread Daive
You cannot assign a name to a submit-img button. But something you can do, it's verify if isdefined("X") and isdefined("Y") .. x and y return the position on the img that the user clicked. Or just put something like for you back button.. Daive - Original Message - From: Ins Ins <[EMA

Re: submit a form using img?

2000-04-06 Thread Dave Hannum
I don't know if this is the answer, but you don't have a VALUE="back" on your back button. Try putting that in. You have it on your continue button. Dave = "Technology" is stuff that was invented after you were born. David Hannum Web Analyst/Programmer Ohio U

Re: submit a form using img?

2000-04-06 Thread Brian Peddle
You would have to do: if isdefined('form.continue.x') if you want to see what formfields are being passed to a page you can do #form.fieldnames# -- Original Message -- From: Ins Ins <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 5 Apr 2000