|
-
Feb 9th, 2010, 06:36 PM
#8
Re: Gridview in PHP
1, does the checkboxes really have checked=checked? i thought it was only to add checked in the checkbox and it was checked...
"checked" is an attribute, paired with a value. The proper way to do this is always 'attribute="value"', though HTML doctypes allow attribute minimization, which is what you see when it's just "checked." This is not allowed by XHTML, however.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|