HighDots Forums  

Re: radio button question

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Re: radio button question in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: radio button question - 03-26-2008 , 01:59 PM






William Gill wrote:
Quote:
Beauregard T. Shagnasty wrote:

I've an internal CMS that I use for doing input and data entry for a few
sites. In the pages to choose which record to edit, I have:

input type="radio" name="radio1" value="Edit">Edit   
input type="radio" name="radio1" value="Add new">Add New  
input type="radio" name="radio1" value="Delete"> Delete

..and in none of my numerous browsers is there a 'default' marked by
those browsers. This makes me think none of the UAs pay attention to the
rule you stated.


I used to do the same thing, not specifying which is initially checked,
until I ran into some problems, but it was a very long time ago. It may
be safer now.


But that is relying on an undefined behavior, usually a bad thing with
computers, I remember the old segmented memory wrap around hack that
programmers used that broke when the 286 came around... Will's got a
point, what if a browser that doesn't follow the current convention
becomes popular?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.