ajax help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kkddrpg@gmail.com

    ajax help

    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.

    for a demo of what i am trying to say...
    Dell provides technology solutions, services & support. Buy Laptops, Touch Screen PCs, Desktops, Servers, Storage, Monitors, Gaming & Accessories


  • Tim Roberts

    #2
    Re: ajax help

    kkddrpg@gmail.c om 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 <inputtag. Google is your friend.
    --
    Tim Roberts, timr@probo.com
    Providenza & Boekelheide, Inc.

    Comment

    Working...