Grid of color in form
What I want is an 8x6 (48 squares), each with a different color. You select one and submit the form and it changes the color for the option you chose. Would this have to be done with custom radio fields or something?
Login |
Grid of color in formGrid of color in formCurrently viewing this thread: 1 (0 members and 1 guests) Grid of color in form What I want is an 8x6 (48 squares), each with a different color. You select one and submit the form and it changes the color for the option you chose. Would this have to be done with custom radio fields or something? does this need to be dynamic (instant - aka javascript)? ___________________ how do you weigh human life? It won't be tabular data, because I won't be pulling the information from a table, it will be static data of which 1 value will be put into the database.
Last edited by evan, June 12th, 2004 04:52 AM (Edited 1 times) ...wouldnt it be easier to have a table with 8 collumns and 6 rows and set the bgcolor for each one? or do u mean a radio button and bgcolor that and have them select from that? ___________________ how do you weigh human life? I was trying to have radio buttons, because they fit in forms nicely, but you can't change the look of radio buttons, so tables and javascript would probably be the way to go. How would I go about have the table, then on clicking the cell, having the value populate a readonly input field? you can use onclick and "document.formid.inputid.value=arg1;" to change the value of the input? ___________________ how do you weigh human life? |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.007 seconds.