Test it
you need to modificate some script so its what i can give you just check it out
first you need work out of window
then css
and that window to show out
<a href="#" onclick="guiMessageBox();">window name</a>
<script type="text/javascript">
function guiMessageBox(){
var messagebox = new MessageBox({title:'Названия окна'});
messagebox.addButton({label:'Закрыть', style:'button_no', onClick:function(){messagebox.hide()}});
messagebox.addButton({label:'Отправить', onClick:function(){messagebox.hide()}});
messagebox.content('контент окна');
messagebox.show();
};
</script>
this lodaer html codethat youinserted into the"messagebox.content ('contentbox'),"and if you wantwhat wouldyouput thepage isloadedasneededmessagebox.loadContent ('Link toPage');