当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

easyui-dialog

<div id="winReport" class="easyui-dialog" title="命中结果" style="width: 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>

 

posted @ 2020-09-16 17:05  hofmann  阅读(129)  评论(0编辑  收藏  举报