mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 17:58:29 +00:00
14 lines
344 B
HTML
14 lines
344 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
This page is opened in a new window by test_dialog_arguments. It is
|
|
a dialog which expects a Symbol to be passed in the dialog arguments.
|
|
Once we load, we call back into the opener with the argument we were
|
|
passed.
|
|
-->
|
|
<head>
|
|
<body>Opened!</body>
|
|
<script>
|
|
window.opener.done(window.arguments[0]);
|
|
</script>
|
|
</html> |