Results 1 to 3 of 3

ColdFusion and Dreamweaver radio buttons!!

This is a discussion on ColdFusion and Dreamweaver radio buttons!! within the Programming forums, part of the Web Designing & Development category; My ColdFusion and Dreamweaver radio buttons allow me to mark each one of them instead of just one. Why? I ...

  1. #1
    Junior Member Array
    Join Date
    Feb 2008
    Posts
    1

    Default ColdFusion and Dreamweaver radio buttons!!

    My ColdFusion and Dreamweaver radio buttons allow me to mark each one of them instead of just one. Why? I have to create ColdFusion radio buttons using Dreamweaver as my text editor. When I make the radio buttons using ColdFusion code, I can test the page and check all the radio buttons as if they were checkboxes. I thought it might just be ColdFusion so I use regular HTMl to create them and it does the same. Is there an option I am missing that tells the radio buttons to only allow one button to be selected? Or is it something else? Help would be greatly appreciated.

  2. #2
    Senior Member Array akash's Avatar
    Join Date
    Oct 2008
    Location
    Heaven (Earth)
    Posts
    500

    Default Re: ColdFusion and Dreamweaver radio buttons!!

    Radio buttons are commonly used for selecting one of a group of choices.

    <input type="radio" name="sex" value="male"> Male
    <input type="radio" name="sex" value="female"> Female

    Only one option can be selected when the 'name' property is same.

    If the 'name' property is different then you could select both.

    <input type="radio" name="sex1" value="male"> Male
    <input type="radio" name="sex2" value="female"> Female

  3. #3
    Senior Member Array
    Join Date
    Mar 2011
    Posts
    194

    Default Re: ColdFusion and Dreamweaver radio buttons!!

    Both are use as simple text editor.



Similar Threads

  1. Can you use Dreamweaver templates with content management systems?
    By gilbyclarke_gnr in forum Scripts & Content Management
    Replies: 2
    Last Post: 06-15-2009, 09:23 AM
  2. Dreamweaver can't connect to mySQL db with Godaddy?
    By Andy in forum Web & Server Administration
    Replies: 4
    Last Post: 02-17-2009, 07:48 AM
  3. Replies: 0
    Last Post: 03-25-2008, 04:01 AM
  4. Replies: 0
    Last Post: 01-10-2008, 08:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO Forum | Web Hosting Forum | Websites For Sale |