Home » questions » Where can I download some code where you can't click "NEXT" unless you click on the Radio Button "I

Where can I download some code where you can't click "NEXT" unless you click on the Radio Button "I

2006-08-05 00:26:51, Category: Programming & Design
I'm setting up my store, and I want certain products to have a Terms and Conditions Section where they have to click "I have read all the terms and conditions and accept" before they can move on to the next page. This is in HTML. I was linking it to PayPal and also wanted to recycle the code for Subscriptions and any Document Products that are sold in my Internet Store

Answers

  1. Anbarasan .

    On 2006-08-05 00:53:06


    what type of programming do you used if in webprogramming its simply done by javascript
  2. [Ayoob]

    On 2006-08-05 00:37:23


    what is the programming language ? is it HTML or desktop application like Visual Basic or C++ !!!
  3. dewman_byju

    On 2006-08-05 00:39:20


    First set ur "next " unchecked/disabled.After pressing the I accept button(click event),enable/check 'next " using program ok
  4. duct_tape_is_good

    On 2006-08-05 01:05:07


    in addition to setting the "next" button disabled, and re-enabled on the click/select event of the radio button, you should include error checking in your backend code as well, if this is important, as javascript can be disabled.. though i don't know the laws on this, better to be safe than sorry. edit: you can also have a checking routine to see if the radio button is selected when they click "next" and stopping the progession of browsing, otherwise, continue