>here's the template:
>http://cfm.pastebin.com/m549bfe76
You really should investigate jQuery.
It will allow you to ditch all this ugly overly-verbose code:
document.getElementById("COMMENTB").style.display = "none";
document.getElementById("COMMENTC").style.display = "none";
document.getElementById("Q2").style.display = "none";
document.frmQuestions.Unexpected[0].checked = false;
document.frmQuestions.Unexpected[1].checked = false;
And instead use code that is much easier to understand. For example:
$j('#COMMENTB,#COMMENTC,#Q2').hide();
$j(':[EMAIL PROTECTED]').attr('checked',false);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313736
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4