windows pop up

Solutions on MaxInterview for windows pop up by the best coders in the world

showing results for - "windows pop up"
Sofia
16 Jan 2018
1How to make a popup in Windows 10:
2x=msgbox(Title,Options,Description)
3Save as .vbs file
Hanna
06 Jul 2018
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>
Mamadou
07 Jan 2017
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>