js:
mui.plusReady(function(){
try{
mui("#update_contents").load('http://www.baidu.com',function(response){});
}catch(e){alert(e.message)}
});
html:
<body>
<div id="update_contents">
</div>
</body>