I want to execute script in BodyContent of Dialog Box,But below code is not working. It is not generating alert in IE8, Is there any way to load script at runtime in dialogBox
AUI().ready('aui-dialog', 'aui-overlay-manager', 'dd-constrain', function(A) {
var instance = new A.Dialog({
headerContent: "Title",
bodyContent: "<script type='text/javascript'>alert('hello');</script>",
centered: true,
close: true,
constrain2view: true,
destroyOnClose: true,
render: false,
draggable: true,
modal: true,
height: height,
resizable: false,
stack: true,
width: width
});
Any help will be appreciated
Thanks
<script yype=be<script type=? – rxgx Jan 4 at 12:39AUIorAis not defined? – rxgx Jan 4 at 12:58