mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +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>
|