$(function(){ $("input[id$=btnInput]").click(function(){ OpenWin('Employee_Input.aspx','数据导入',800,600); return false; }); })