![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| ||||
| ||||
|
|
"Michael Winter" <M.Winter (AT) blueyonder (DOT) co.invalid> wrote in message news pr4f01ezv5vklcq (AT) news-text (DOT) blueyonder.co.uk...On Sat, 06 Mar 2004 12:32:21 GMT, Grahammer <postmaster (AT) 127 (DOT) 0.0.1 wrote: [Follow-ups set to alt.html] ??? I've seen this, but I don't know how Outlook Express can reply to a list of groups with followups only to a single one, like you did here. |
|
Is there a link somewhere that shows what defines a valid form object (element) name or ID? The HTML Specification defines the accepted characters for all attribute values. The id attribute is of type ID, and the name attribute for form controls is of type CDATA. From the Specification: ID and NAME[1] tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods ("."). Thanks! This is what I was looking for (or a link) |
|
When name and id are used together in form controls, should they match? I know that in other elements (A, FORM, IMG, etc), they must be identical when used together, but does this apply to form controls, too? My editor is Visual Studio.Net and it does NOT match ID with NAME at all! It insists on adding an ID value to all my input tags. |
|
Hope that helps, Definately... and apologies for the scripting questions in the HTML group, but they were related and I thought helped clarify my questions. |
![]() |
| Thread Tools | |
| Display Modes | |
| |