How to automatically jump to the specified web page after the video is played?

for example, in the short video sent by Wechat, after playing, jump to the specified h5 page. Or add a button after the video and click to jump to the specified H5 page. Ask for expert advice. Whether there is existing software, or whether it can be implemented technically. Thank you very much!

Jun.30,2021

The instance on

http://www.w3school.com.cn/ta.
W3C monitors whether the video has finished playing.
ended attribute has corresponding events.

var aud = document.getElementById("myVideo");
aud.onended = function() {

//
};
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31dd0-2bdaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31dd0-2bdaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?