Warning 1 Validation (XHTML 1.0 Transitional): Element 'link' is an empty element and cannot have a closing tag. Instead, it must end with />. ProductEdit.aspx?pid=1307 6 113 Script Documents
Warning 3 Validation (XHTML 1.0 Transitional): Element 'img' is missing required attribute 'alt'. ProductEdit.aspx?pid=1307 112 18 Script Documents
function showDialog(title, width, height, url) {
$('#ifmUploadImage').attr('src', url);
$('#dialogUploadImage').removeClass('Hidden').dialog(
{modal: true,
title: title,
width: width,
height: height,
overlay: { opacity: 0.5, background: 'black' },
buttons: { 'Ok': function() { window.frames.ifmUploadImage.Update(); },
'Cancel': function() { $(this).dialog('close'); } }
});
|