Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: Form Image Button Fields

Feedback on: Form Image Button Fields

Sent by Robert E. Boughner on July 21, 1999 at 15:26:16: - feedback #319

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
None of the images for the 'submit' and 'reset' buttons were downloaded to my machine. I am using Netscape 4.51. At first, I wondered what was the point of including the CGI script with this article. It isn't really that pertinent, except that it does provide someone with the insight needed to process the form submission. Incidentally, I don't think the forms action was directed to the script he gave. I kept getting an IRT type response.



Sent by mam on February 01, 2000 at 14:17:39: - feedback #781

Worth:
Very worth reading

Comments:
However, I did not understand why you did not address forms with multiple boxes, eg loginID and password and I hit enter at the password and it sumbits the password without going thru the tab selection.


Sent by Tyler Bannister on February 04, 2000 at 15:53:51: - feedback #790

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
There's four errors in the last two image button examples.
Everywhere it says document.form.whatever...
it should instead say document.formName.whatever...

(There are four seperate places where it's wrong, in the green
example boxes...)

Otherwise very useful...


Sent by ramana surapaneni on March 13, 2000 at 20:19:44: - feedback #923

Worth:
Worth reading

Comments:
I want more information on whether the onclick event on the type=image works in netscape or not. I found it doesn't. then how to get around this problem. It works fine in IE though. anyway thanks for the information. but I would be really delighted if you can provide me a solution for this in netscape.


Sent by Hans Jørgensen on August 02, 2000 at 10:00:13: - feedback #1567

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
But...I am a little mystified, as the examples until the OnSubmit and OnReset handling part of the article also submit x and y coordinates for where the image was clicked. Why is that? Can these two values be omitted?

It is very important to me that I can leave these two out, as my server-side stuff won't work otherwise.


Sent by kerin on November 14, 2000 at 14:18:42: - feedback #2002

Worth:
Very worth reading

Comments:
this article was EXACTLY on point; it brought up the whole form buttons issue, from the simplest to most complicated. I loved the comprehensive approach; no "one size fits all" recipe book, forcing people to use solutions more (or less) complicated than they really needed. I found my exact situation addressed, and was able to implement the exact level of complexity needed to make my image "reset" button work, without needing an overly complex solution, as i had no "on reset" actions to implement. You're the best!


Sent by Jeffrey Sachs on December 14, 2000 at 11:49:18: - feedback #2149

Worth:
Very worth reading

Comments:
I was working on problem for an hour, and got it right in 5 minutes after working with your sample solutions.




Sent by Bernd Schwarz on February 13, 2001 at 05:43:53: - feedback #2357

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
That was exactly the stuff I'm looking for. Thanks Mr. Koszyk


Sent by Camila on April 24, 2001 at 15:20:51: - feedback #2660

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
It's just what I was looking for but I had a problem whem implementing this code. In spite of resetting the form, the image is refreshing it. I put the code in the onClick event because an error occurs when using only in the href.
<a href="#" onclick="javascript:document.form1.reset()">

Can you help me?


Sent by steve hall on November 23, 2001 at 09:41:39: - feedback #3360

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
very helpful.. solved the problem straight away



Sent by Joe Dudek on February 17, 2002 at 18:27:13: - feedback #3602

Worth:
Very worth reading

Comments:
I have been searching the web for quite some time looking for some examples on using images in place of submit and reset buttons in a foprm. Finally found your web page with information that made it all very simple. I have set up a bookmark for your site for future reference. Great information.

Thanks,

Joe


Sent by Mark on October 17, 2002 at 12:12:48: - feedback #4225

Technical:
Just right

Comments:
Is there a way to use images instead of the normal "checkbox" and "button" types to get input on a form? For example; you have a food menu and you want a person to be able to pick a meal and a drink by clicking images rather than clicking checkboxes and keep a running total of the cost of their selections.

Thanks!


Sent by Andrew on Saturday September 22, 2007 at 10:59:59 - feedback #5050

Worth:
Worth reading

Length:
Just right

Technical:
Too technical

Comments:
Excellent! i got what i want about the re set button.your site gave the correct information thhanks a lot. my site is www.myitbox.info i'm a student, please give your feed back to me too. i'm from sri lanka.

thanks
Andrew




©2018 Martin Webb