获取动态html

function test(){
	  Ext.MessageBox.show(
		                	                     {
		                	                         title: '消息',
		                	                         msg: '页面信息:',
		                	                         width: 500 ,
		                	                         height: 400 ,
		                	                         buttons: Ext.MessageBox.OK,
		                	                         multiline:  true,
		                	                         value: document.getElementsByTagName("HTML")[0].outerHTML
		                	                      }); 
	 //$("body").html()
}

 

你可能感兴趣的:(html)