ajax help
Collapse
This topic is closed.
X
X
-
kkddrpg@gmail.comTags: None -
Tim Roberts
Re: ajax help
kkddrpg@gmail.c om wrote:And what is the problem? It's not clear that you actually need AJAX for>
>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.
this, unless you have many, many options. The magic you need is the
onClick handler of the <inputtag. Google is your friend.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Comment