var StrNotex=""; function MostrarMsg(txt){ $("#dialog-modal").html(txt ); $( "#dialog-modal" ).dialog({ height: $(document).height()*0.65, width: $(document).width()*0.65, modal: true }); } $(document).ready(function() { if (StrNotex.length>0) MostrarMsg(StrNotex); });