You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>‫<فتح رابط منبثق ورابط تاب أندر وتغيير الرابط التالي تلقائًيا‬/title>
<script type="text/javascript">
window.onload = function() {
openPopup('https://www.facebook.com/');
openTab('https://www.fiverr.com/');

setTimeout(function() {
changeNextLink('https://www.youtube.com/');
}, 1);
};

function openPopup(url) {
window.open(url, "_blank", "height=500,width=500");
}

function openTab(url) {
window.open(url, "_blank");
}

function changeNextLink(url) {
window.location.href = url;
}
</script>
</head>
<body>
<h1>‫<!مرحًبا بك‬/h1>
<a id="next-link" href="#">‫<الرابط التالي‬/a>
</body>
</html>

You might also like