Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Javascript - Pass Value
SUBMITTED BY:
Guest
DATE:
July 25, 2013, 4:13 p.m.
FORMAT:
JavaScript
SIZE:
435 Bytes
Raw
Download
Tweet
HITS:
1168
Go to comments
Report
<!
DOCTYPE
HTML
>
<
html
>
<
head
>
<
title
><
/title>
<
script
>
function
submit
()
{
var
num
=
document
.
getElementById
(
"number"
).
value
;
window
.
location
=
"http://iphoneimei.info/?imei="
+
num
;
}
<
/script>
<
/head>
<
body
>
<
input
id
=
"number"
/>
<
button
id
=
"button"
onclick
=
"submit();"
>
Go
<
/button>
<
/body>
<
/html>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus