Since this is a print-only page, you might consider making
images of your radio buttons and check boxes. Two radio buttons,
one checked and the other unchecked; same thing for the check
boxes.
/t5/coldfusion-discussions/printable-version-with-radio-buttons-check-boxes/m-p/583924#M53812Feb 28, 2007
Feb 28, 2007
Copy link to clipboard
Copied
you could set them to disabled = true (might have to do some
styling tho)
if you're ok with relying on JS you could set onclick="return
false;" for each.
<input name = "var1" onClick="return false" etc
..........>
on all of my radio buttons
But that only kind of disables them.;;;;;;;;;;;;;;;.if i
click on an uncheked radio button it unchecks the button that was
selected leaving all of the radio buttons blank
2 questions
Do I have to put something in the head tags re the
onClick="return false"
Do I have to put something different on the selected button
instead of onClick="return false"
Since this is a print-only page, you might consider making
images of your radio buttons and check boxes. Two radio buttons,
one checked and the other unchecked; same thing for the check
boxes.