Radio Buttons

This is a discussion on "Radio Buttons" within the Web Page Design section. This forum, and the thread "Radio Buttons are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 12th, 2004, 16:54
New Member
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Radio Buttons

Hi There

I have a radio button that i would like the user to be able to check or uncheck. I need radio buttons other wise i would use checkboxes LOL

Anyway this is what i have come up with

Code: Select all
input type="radio" onclick="this.checked=(this.checked)?false:true"

This works

But when i add a name or value like this
Code: Select all
<input type="radio" name="radiobutton3a" value="Diebold" onclick="this.checked=(this.checked)?false:true" >
It does not work any ideas please help me i'm going crazy

  #2 (permalink)  
Old Apr 12th, 2004, 18:42
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Is the need for using radio buttons a style thing? You're correct in that what you're trying doesn't work. I can think of a way to cheat it but I'm curious about the need for it.
  #3 (permalink)  
Old Apr 12th, 2004, 19:00
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
You mean you want a radio button which gets a check mark inside when clicked, rather than getting a circle?
Closed Thread

Tags
radio, buttons

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Help with Radio buttons Oak JavaScript Forum 17 Feb 2nd, 2008 09:44
Radio Buttons and Javascript activeware JavaScript Forum 6 Dec 11th, 2007 18:02
How do i submit a form with radio buttons ? Accurax Web Page Design 5 May 12th, 2007 18:34
Radio Buttons data through email gomab2 Flash & Multimedia Forum 1 Aug 22nd, 2006 01:19
help with pagination and html radio buttons AdRock PHP Forum 5 Jul 27th, 2006 12:10


All times are GMT. The time now is 21:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43