Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Redirect With A Dropdown Menu In JavaScript
SUBMITTED BY:
Guest
DATE:
June 12, 2013, 1:23 a.m.
FORMAT:
JavaScript
SIZE:
568 Bytes
Raw
Download
Tweet
HITS:
1236
Go to comments
Report
<!--
source
:
http
:
//www.apphp.com/index.php?snippet=javascript-redirect-with-dropdown-menu -->
<
script
type
=
"text/javascript"
>
function
do_redirect
(
site
){
window
.
location
.
href
=
site
;
}
<
/script>
<
select
onchange
=
"do_redirect(this.value)"
>
<
option
value
=
"#"
>
What
site
would
you
like
to
see
?<
/option>
<
option
value
=
"http://www.google.com"
>
Google
<
/option>
<
option
value
=
"http://www.yahoo.com"
>
Yahoo
<
/option>
<
option
value
=
"http://www.apphp.com"
>
ApPHP
<
/option>
<
/select>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus