Click on the '123'
dialog box ,then
Click on the '456'
dialog box ,why '123' dialog box iframe will
Automatic refresh;how to do it ?
code:
$('<iframe frameborder="0" src="http://www.baidu.com/"/>').dialog( { title:"456", autoOpen: true, height: 700, position: 'center', width: 700 }).width(700).height(350);
$( "#dialoga" ).dialog({ title:"123", maxHeight: 600 });