JavaScript modal window

From , 5 Years ago, written in JavaScript, viewed 225 times.
URL https://pastebin.vip/view/9e6adb14
  1. function modalWin()
  2. {
  3.     if (window.showModalDialog)
  4.     {
  5.         window.showModalDialog("xpopupex.htm","name","dialogWidth:255px;dialogHeight:250px");
  6.     }
  7.     else
  8.     {
  9.         window.open('xpopupex.htm','name','height=255,width=250,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no ,modal=yes');
  10.     }
  11. }
  12.  
  13. //javascript/167

Reply to "JavaScript modal window"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website