1How to make a popup in Windows 10:
2x=msgbox(Title,Options,Description)
3Save as .vbs file
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title></title>
6</head>
7<body>
8<button onclick = 'f=window.open("URL,exampe - google.com","fenetre","the style (without style tag, example - width=400, height=600, no px")'style="cursor: pointer;">pop up</button>
9</body>
10</html>
1
2<a href="#" onClick='f=window.open("includes/mapage.php","fenetre","width=800, height=600, top=30, left=50") '>
3 Fenêtre Pop up
4
5</a>