Ticket #2554: modal.html

File modal.html, 290 bytes (added by Artur Formella, 16 years ago)
Line 
1<script type="text/javascript">
2
3function fnOpen(){
4
5   var iHeight=400;
6   var sFeatures="dialogHeight: " + iHeight + "px; dialogWidth: 700px;";
7   window.showModalDialog("./sample01.html", "", sFeatures)
8}
9</script>
10<input type="button" value="Push To Create" onclick="fnOpen()">
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy