easyui试做窗口.不完整
$("#login_butt").click(function(){ $('#win').window({ 456, height:243, title:'功能选择页面', modal:true, collapsible:false, minimizable:false, maximizable:false, border:'thick', resizable:false, content:"<a href='otherpage.php' class='easyui-linkbutton' data-options='iconCls:'icon-search''>easyui</a>" }); $('#win').window('open'); });