Files
WeihnachtsKalenderMelly/tab/radio.php
2021-01-07 10:09:43 +01:00

33 lines
824 B
PHP

<div class="titel">
<img src="inc/bg/1609858275128.png"></img>
<h3>Radio</h3>
</div>
<br>
<div class="select">
Playlist:
<select required>
<option>&raquo; Bitte Wählen &laquo;</option>
<option value="37i9dQZF1DX1LCddwjCqDK">Weihnachtsklassiker</option>
<option value="6awauReNKrJW9pNUMH7T60">Mellys Weihnachten</option>
<option value="3xAw40ipYZWCBrqmmoFllU">Bibis Weihnachten</option>
<option value="0t6HBJl0PwHtdy0i4FPCfm">Weihnachten Benjamin Blümchen</option>
</select>
</div>
<br></br>
<script>
$("select").change(function () {
var string = "https://open.spotify.com/embed/playlist/"+ $("select").val();
$("iframe").attr('src',string);
});
</script>
<div class="radio">
<iframe width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>