\n'); } // call to javascript function sample good for passing params to popup windows function openForm(aicc_url, aicc_sid, course_id, user_name, user_id) { var myFlashObj = InternetExplorer ? FlashMov : document.FlashMov; //uncomment to test that all values have been sent by flash to launch course //alert ("You just sent\n" + aicc_url +"\n" + aicc_sid +"\n" + course_id +"\n" + user_name +"\n" + user_id +"\n"); var openCourse; var w = 750; var h = 600; var myname = "eKendleCollege_Evaluation_Form"; var mypage = "ekc_eval2.php?course_id=" + course_id + "&aicc_url=" + aicc_url + "&aicc_sid=" + aicc_sid + "&user_name= " + user_name + "&user_id=" + user_id; //var mypage = escape(mypage); //alert(mypage); var leftPosition = (screen.width) ? (screen.width-w)/2 : 0; var topPosition = (screen.height) ? (screen.height-h)/2 : 0; var settings = 'height='+h+',width='+w+',top='+topPosition+',left='+leftPosition+'' openCourse = window.open(mypage, myname, settings + ", scrollbars=1, toolbar=0, location=0, menubar=0"); } -->