動画再生後に自動でページ移動

サンプルページ

HTML&CSS

HTMLindex.htmldownload

<!DOCTYPE html>
<html lang="ja">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="description" content="">
	<meta name="keywords" content="">
	<link rel="stylesheet" href="style.css" type="text/css" />
	<title>動画再生後に自動でページ移動</title>
</head>
<body>

<video src="https://cuorefilms.com/movie/count5.mp4" poster="https://cuorefilms.com/movie/count5.png" onended="location.href='https://cuorefilms.com/download/javascript/javascript_vi_movie_after1/index2.html';" controls class="movie_after1_1"></video>

</body>
</html>

CSSstyle.cssdownload

@charset "utf-8";

.movie_after1_1{
	width: 300px;
}
© 2025 wayday