modal: true, title: dialogtitle, width: 800, height: 600,
buttons: { Close: function () { $(this).dialog('close'); }
buttons: {
Close: function () {
$(this).dialog('close');
}
open: function () { var object = "<object data=\"{FileName}#toolbar=0\" id=\"embeddedPdf\" type=\"application/pdf\" width=\"775px\" height=\"550px\" ></object>"; object = object.replace(/{FileName}/g, "App_File/" + fileName); $("#dialogPDF").html(object); }
var object = "<object data=\"{FileName}#toolbar=0\" id=\"embeddedPdf\" type=\"application/pdf\" width=\"775px\" height=\"550px\" ></object>";
object = object.replace(/{FileName}/g, "App_File/" + fileName);
$("#dialogPDF").html(object);
Attachment: Screen_Shot.rar