mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
15 lines
245 B
HTML
15 lines
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
function innerLoad() {
|
|
var win = document.getElementById('ifr').contentWindow;
|
|
win.location = "file_bug809290_c.html";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<iframe id="ifr" src="file_empty.html">
|
|
</body>
|
|
</html>
|