mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
32a0db31b3
There are still issues with completing forms in frames
12 lines
263 B
HTML
12 lines
263 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Form completion test in iframe</title>
|
|
</head>
|
|
<body>
|
|
<h2>Form completion test in iframe</h2>
|
|
|
|
<iframe width="100%" height="80%" src="form.html"></iframe>
|
|
</body>
|
|
</html>
|