Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
javascript - iframe redirect
SUBMITTED BY:
Guest
DATE:
Feb. 25, 2014, 7:21 p.m.
FORMAT:
HTML
SIZE:
567 Bytes
Raw
Download
Tweet
HITS:
1383
Go to comments
Report
<!DOCTYPE html>
<
html
>
<
head
><
title
></
title
>
<
script
>
function
changeframe
()
{
var
url
=
document
.
getElementById
(
'url'
).
value
;
document
.
getElementById
(
'link'
).
src
=
url
;
}
</
script
>
</
head
>
<
body
>
<
form
name
=
"test"
>
<
input
type
=
"text"
id
=
"url"
value
=
"http://"
/><
br
/>
<
button
onclick
=
"changeframe();return false"
>
Open URL
</
button
><
br
/>
<
iframe
id
=
"link"
width
=
"800"
height
=
"600"
></
iframe
>
</
form
>
</
body
>
</
html
>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus