Thanks Jarry!  The href worked and I removed the .load
Here is the code that worked.
function openDialog(){
      
   var path = 'testLayoutDialog.html';
   //Open Window
   $("#managementwindow").dialog({href:path,modal:true,width:800,height:700,title:"My Test Date Box "});    
      
      
   }
The refresh method also worked:
   $('#managementwindow').dialog({
    title: 'My Test Date Box ',
    width: 800,
    height: 700,
    cache: false,
    href: path,
    modal: true
});
$('#managementwindow').dialog('refresh', path);
Thanks again!
Ron
							
		EasyUI
	
	
	
	

				