Hey all.  A bit off topic here, but figure someone may have a quick
answer.  Using cfajax,modifying one of their examples, text.htm.

It uses a Select drop down to update the contents of a span tag.  I am
trying to replace the
Select with radio buttons, like so:

Instead of:
<select id="state" name="state" onChange="loadInfo()">
    <option value="VA">Virginia</option>
    <option value="GA">Georgia</option>
    <option value="CA">California</option>
</select>

I tried:
<input name="state" id="state" type="radio" value="VA"
class="FormField" onChange="loadInfo()">
<input name="state" id="state" type="radio" value="GA"
class="FormField" onChange="loadInfo()">
<input name="state" id="state" type="radio" value="CA"
class="FormField" onChange="loadInfo()">

But all I get is the red Loading image, no errors and nothing happens.

Any ideas?

Thanks,

Chad
who feels guilt when cross-posting

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to