JAVASCRIPT   113
popUp URL
Guest on 6th February 2023 02:30:45 AM


  1. function popUp(URL) {
  2. day = new Date();
  3. id = day.getTime();
  4. eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=100,height=100,left = 462,top = 334');");
  5. }

Raw Paste

Login or Register to edit or fork this paste. It's free.