<div id="winReport" class="easyui-dialog" title="命中结果" style=" 640px; height: 480px; padding: 10px 20px;" closed="true" buttons="#dlg-buttons" maximizable="true" resizable="true" buttons="#dlg-buttons"> Is me </div> function openReport(reprotHtml) { if (reprotHtml != "") { $('#winReport').html(reprotHtml); } $('#winReport').dialog('open'); } <a onclick="show_details(<%# Eval("QUERY_RECORD_ID") %>)" title="点击查看查询结果">HitOrNot</a>