JQuery - Custom Dialog
<html> <head> <script language="javascript"> $(document).ready(function () { showDialogAlert('MyDialog', 'Hello', $('#myText')); return false; }); function showDialogAlert(title, message, objectOnFocus) { $(document).ready(function () { $("#dialog").dialog("destroy");//clear dialog cache ...