Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
JAVASCRIPT
113
popUp URL
Guest on 6th February 2023 02:30:45 AM
function
popUp
(
URL
)
{
day
=
new
Date
(
)
;
id
=
day.
getTime
(
)
;
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');"
)
;
}
Raw Paste
function popUp(URL) { day = new Date(); id = day.getTime(); 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');"); }
Login
or
Register
to edit or fork this paste. It's free.