KÓD
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function go_to_station() {
if (document.stationform.stationselect.options[0].selected) {
window.location.href = "http://www.abctelevision.com";}
else if (document.stationform.stationselect.options[1].selected) {
window.location.href = "http://www.cbs.com";}
else if (document.stationform.stationselect.options[2].selected) {
window.location.href = "http://www.nbc.com";}
else if (document.stationform.stationselect.options[3].selected) {
window.location.href = "http://www.foxnetwork.com";}
else if (document.stationform.stationselect.options[4].selected) {
window.location.href = "http://www.filmzone.com";}
else if (document.stationform.stationselect.options[5].selected) {
window.location.href = "http://www.discovery.com";}
else if (document.stationform.stationselect.options[6].selected) {
window.location.href = "http://www.cs.brandeis.com";}
else if (document.stationform.stationselect.options[7].selected) {
window.location.href = "http://www.qvc.com";}
else if (document.stationform.stationselect.options[8].selected) {
window.location.href = "http://www.historychannel.com";}
else if (document.stationform.stationselect.options[9].selected) {
window.location.href = "http://www.mtv.com";}
else if (document.stationform.stationselect.options[10].selected) {
window.location.href = "http://www.cnn.com";}
else if (document.stationform.stationselect.options[11].selected) {
window.location.href = "http://www.aetv.com";}
else if (document.stationform.stationselect.options[12].selected) {
window.location.href = "http://www.amctv.com";}
else if (document.stationform.stationselect.options[13].selected) {
window.location.href = "http://www.bravotv.com";}
else if (document.stationform.stationselect.options[14].selected) {
window.location.href = "http://www.c-span.org";}
else if (document.stationform.stationselect.options[15].selected) {
window.location.href = "http://www.comcentral.com";}
else if (document.stationform.stationselect.options[16].selected) {
window.location.href = "http://espnet.sportszone.com";}
else if (document.stationform.stationselect.options[17].selected) {
window.location.href = "http://www.fxnetworks.com";}
else if (document.stationform.stationselect.options[18].selected) {
window.location.href = "http://www.hbohomevideo.com";}
else if (document.stationform.stationselect.options[19].selected) {
window.location.href = "http://www.scifi.com";}
else if (document.stationform.stationselect.options[20].selected) {
window.location.href = "http://showtimeonline.com";}
else if (document.stationform.stationselect.options[21].selected) {
window.location.href = "http://vh1.com";}
else if (document.stationform.stationselect.options[22].selected) {
window.location.href = "http://www.weather.com";}
else if (document.stationform.stationselect.options[23].selected) {
window.location.href = "http://www.disneychannel.com";}
return true;
}
function textValue() {
var stationInteger, stationString
stationInteger=document.stationform.stationselect.selectedIndex
stationString=document.stationform.stationselect.options[stationInteger].text
document.stationform.stationtext.value = "Go to " + stationString +"!"
}
// End -->
</script>
<form method="get" name="stationform">
<p style="text-align: center;"><select size="5" multiple="" onChange="textValue()" name="stationselect">
<option>ABC </option>
<option>CBS </option>
<option>NBC </option>
<option>Fox </option>
<option>Cartoon Network </option>
<option>Discovery Channel </option>
<option>Warner Brothers Network </option>
<option>QVC </option>
<option>History Channel </option>
<option>MTV </option>
<option>CNN </option>
<option>A&E </option>
<option>American Movie Classics(AMC) </option>
<option>Bravo </option>
<option>C-SPAN </option>
<option>Comedy Central </option>
<option>ESPN </option>
<option>fX </option>
<option>HBO </option>
<option>Sci-Fi Channel </option>
<option>Showtime </option>
<option>VH-1 </option>
<option>Weather Channel </option>
<option>Disney Channel </option>
</select> <br />
<br />
<input type="button" onClick="go_to_station()" value="Go!" name="stationbutton" /> <br />
<br />
<input type="text" maxlength="35" size="35" value="" name="stationtext" /></p>
</form>
Nincsenek megjegyzések:
Megjegyzés küldése