Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
JAVASCRIPT
42
copiatexto
Guest on 14th May 2022 02:05:35 AM
function
comando
(
param
)
{
if
(
param
==
"paste"
)
document.
form1
.
campo
.
focus
(
)
;
document.
execCommand
(
param
)
;
}
Raw Paste
function comando(param) { if (param=="paste") document.form1.campo.focus(); document.execCommand(param); }
Login
or
Register
to edit or fork this paste. It's free.