This is a test

Checkbox test:

Checked= / 1

Not checked / 1

Checked= / 0

Not checked / 0

Checked (no =) / 0

This is a test of pre-checked checkbox handling in the archive.org Wayback Machine. It is known that the Wayback Machine rewrites links in archived pages. Is there any reason to believe it rewrites anything else? The code above should look like:

<input checked="checked" name="agree" type="checkbox" value="1" /> Checked= / 1

<input name="agree" type="checkbox" value="1" /> Not checked / 1

<input checked="checked" name="agree" type="checkbox" value="0" /> Checked= / 0

<input name="agree" type="checkbox" value="0" /> Not checked / 0

<input checked="checked" name="agree" type="checkbox" value="0" /> Checked (no =) / 0


Print Friendly, PDF & Email
This entry was posted in blog, Uncategorized. Bookmark the permalink. Both comments and trackbacks are currently closed.