Computing.Net > Forums > Programming > html form - radio button & images

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

html form - radio button & images

Reply to Message Icon

Name: CrazyD
Date: June 10, 2003 at 06:47:02 Pacific
OS: WIN 2000
CPU/Ram: Pentium II 256MB
Comment:

Hi. I just want to know if it is possible to have a form set up that when you click on an image the radio button gets selected.



Sponsored Link
Ads by Google

Response Number 1
Name: Don Arnett
Date: June 10, 2003 at 13:01:39 Pacific
Reply:

I answered this a couple of hours ago. I must have skipped the confirm paage or something.

I don't have time to whip up a sample, but a few days ago I made a sample page where you move the mouse over an image and a second image changes.

What you would do for your question is similar in some areas.

You can see the other example at:

programming.arnett.nu/html/rollover

You'll have to right-click to see the source code.


The differences would be:

- for the image that you want to click on, you would use onClick() instead of onMouseOver() & onMouseOut() to call a javascript function

- in the javascript function that you call with onClick(), you'd have code to set the radio button. I don't remember exactly what that code would look like, but it would be something like:

document.forms['formname'].??????.checked = true;


I don't remember how you specify the radio button array.

Good luck


0

Response Number 2
Name: CrazyD
Date: June 10, 2003 at 14:45:59 Pacific
Reply:

I know you can use
the "label for" command using text but I just want to know if you can do the same with images instead.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: html form - radio button & images

PHP Script and HTML Forms www.computing.net/answers/programming/php-script-and-html-forms/7635.html

Tab order of radio buttons .Net 1.1 www.computing.net/answers/programming/tab-order-of-radio-buttons-net-11/17991.html

Perl with HTML forms? www.computing.net/answers/programming/perl-with-html-forms/13513.html