Originally posted by: pillage2001
Originally posted by: zCypher
I'm not comfortable with either, I know nothing.
It would be a rating system. You rate one thing, and upon rating you're presented with the next thing to rate.
I think I would have to go with java then.
I thought java!=JS
anyway... so it's JS then. so what to do... If ALL I have for my form is this, what do I do?
<form method="POST" action="submit? web address? something?">
<p align="left">
Vote:</p>
<p align="left"><input type="radio" value="V1" checked name="R1"><--1
<input type="radio" name="R1" value="V2"><--2
<input type="radio" name="R1" value="V3"><--3
<input type="radio" name="R1" value="V4"><--4
<input type="radio" name="R1" value="V5"><--5
<input type="radio" name="R1" value="V6"><--6
<input type="radio" name="R1" value="V7"><--7
<input type="radio" name="R1" value="V8"><--8
<input type="radio" name="R1" value="V11"><--9
<input type="radio" name="R1" value="V10"><--10</p>
</form>