| 123456789101112131415161718192021 | <!doctype html><html lang="en"><head>	<meta charset="UTF-8">	<script type="text/javascript" src="../../commons/js/survey-all.js"></script> 	<title>满意度调查</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body> <iframe scrolling="auto" id='iframe_survey' frameborder="0"  src="./myd-cjwj.html" style="width:100%;height:100%;"></iframe><script type="text/javascript">	    $(function(){	    	var winHeight=$(window).height();			$('#iframe_survey').height(winHeight);			    });</script></body></html>
 |