mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
b7cc728d63
Added menu to popup windows. It is now also possible to search on page in popup window (Ctrl+F).
12 lines
304 B
HTML
12 lines
304 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Popup window</title>
|
|
</head>
|
|
<body>
|
|
<h2>Popup window</h2>
|
|
<input type="button" onclick="window.close()" value="Close window"/>
|
|
<input type="button" onclick="window.print()" value="Print window"/>
|
|
</body>
|
|
</html>
|