ビデオフレームの任意の場所をクリックしてページをリダイレクトする方法 URLリンクページが開くはずです
コード:
$(document).ready(function(){
$("#ytplayer").attr('src', 'http://www.youtube.com/embed/' + getValue("id") +'?autoplay=1&origin=http://example.com');
$("#back").click(function(){
if(getValue("Animat")==1 || getValue("Animat")==2 || getValue("Animat")==3 || getValue("Animat")==4)
{
window.location.href = "Week-Animations.html?Animat=" + getValue("Animat") + "&week=" + getValue("week") + "&tier=" + getValue("tier");
}});});
<iframe id="f" width="300" height="320" src=" " frameborder="0" allowfullscreen></iframe>
</div>