Posted by Tim Roberts on 10/28/06 06:46
kkddrpg@gmail.com wrote:
>
>i want to have a bunch of radio buttons
>
>i.e.
>
>O = radio button
>
>O cpu 1
>O cpu 2 + 150
>O cpu 3 + 500
>
>when they click either or i want it to submit the form to be processed
>using php and AJAX, so that their total refreshes with out the page
>refreshing.
And what is the problem? It's not clear that you actually need AJAX for
this, unless you have many, many options. The magic you need is the
onClick handler of the <input> tag. Google is your friend.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|