mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
14 lines
215 B
HTML
14 lines
215 B
HTML
|
<html> <head>
|
||
|
<title></title>
|
||
|
<script type="text/javascript">
|
||
|
function finish() {
|
||
|
window.opener.finish(sessionStorage["testItem"]);
|
||
|
window.close();
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
|
||
|
<body onload="finish();">
|
||
|
</body>
|
||
|
</html>
|