(1) This is an HTML problem (I'd RTFM you but I'm not that mean). You would need to create the radio button with <input type="radio" value="x"> where x would be the value for that button in that form (you would need to create different forms for different rows of buttons). So if you wanted a row of four buttons of which you wanted only one selected and each having its own value, it would have its own form. To create four columns of such buttons, then you would need to create a seperate forms to do this. You may see that this is a fairly inefficient way of doing things. Some have utilized JavaScript to create checkboxes that act in a similar manner, but they don't require their own form for each instance. I don't know how to do this off hand since I've yet to have need of such a tool.<br>
(2)If you want it so that different values to send to your e-mail with different subject headers, then use an array. I don't have a whole lot of time on my hands so I will give you the code for something similar that I did (it was for random links).<br>
<br>
// All code is mine unless otherwise specified (although I won't actually enforce, it is under the GNU Public License, sort of, in so being that I don't mind you using code from this site for on your site). You can find the GNU Public License at <A HREF="
TARGET="_new">
This does NOT, however, give you the right to PLAGIARIZE MY CONTENT AND IDEAS! (Sorry if it seems like I'm really paranoid, I'm not, really...and don't even think of trying to find me...)<br>
<br>
links = new Array(window.status = "Sorry, not this time", "<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
"<A HREF="
TARGET="_new">
HREF="
TARGET="_new">
<br>
function random() {<br>
var a = Math.random();<br>
var b = links.length*a;<br>
var c = Math.round(b);<br>
linkit(c);<br>
}<br>
<br>
function linkit(i) {<br>
window.location.href=links<i>;<br>
}<br>
<br>
I will RTFM you a little. Check out this site: <A HREF="
TARGET="_new">
You can find out a heck of a lot of info. <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href=
by Linux</a><br>Learn Linux and Leave out the Windows
