HTML Page setup Tutorial // Path to the blank image should point to a valid location on your server Ext.BLANK_IMAGE_URL = '../ext-3.2.1/resources/images/default/s.gif'; Ext.onReady(function(){ Ext.get('div1').load({ url : 'htmlFragment.html', scripts : true }); });