/* FILE ARCHIVED ON 21:49:17 Sep 19, 2008 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 13:40:37 Jul 25, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ function sendFeedback() { var position; if (document.getElementById("agree").selected==true) { position="I Agree"; } else { position="I Disagree"; } params = "name=" + document.getElementById("name").value; params +="&email=" + document.getElementById("email_address").value; params +="&zipCode=" + document.getElementById("zipCode").value; params +="&comments=" + document.getElementById("comments").value; params +="&position=" + position; params +="&agreeToPublish=" + document.getElementById("agreeToPublish").value; params +="&issue_uid=" + document.getElementById("issue_uid").value; params +="&issue_name=" + document.getElementById("issue_name").value; params +="&senders_ip=" + document.getElementById("senders_ip").value; cfcPath = "https://webarchive.library.unt.edu/eot2008/20080919214917/http://brown.senate.gov//cfc_extensions/com/creativengine/send_your_views.cfc?method=sendEmail"; //alert(cfcPath); http( "POST" , cfcPath , showFeedbackStatus , params ); } function showFeedbackStatus() { document.getElementById("feedbackSubmitted").style.display=""; document.getElementById("feedbackForm").style.display="none"; //alert("submitted form"); //alert(document.getElementById("feedBackForm").id); }