popup

Solutions on MaxInterview for popup by the best coders in the world

showing results for - "popup"
Erik
10 Mar 2020
1            <div class="cont1" id="blur">
2			<div class="cont2">
3				<p>things must blur (all type of tags)</p>
4				<button onclick="popup()">popup</button>
5			</div>
6		</div>
7		<div id="popup">
8			<p>Things shol=uld show in popup (all type of tage)</p>
9			<button onclick="popup()">close</button>
10		</div>
11            
Greta
31 Nov 2020
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>