aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/JSToJFuncParam/resources/JSToJFuncParam.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/simple/JSToJFuncParam/resources/JSToJFuncParam.html')
-rw-r--r--tests/reproducers/simple/JSToJFuncParam/resources/JSToJFuncParam.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/reproducers/simple/JSToJFuncParam/resources/JSToJFuncParam.html b/tests/reproducers/simple/JSToJFuncParam/resources/JSToJFuncParam.html
new file mode 100644
index 0000000..ef5e9ab
--- /dev/null
+++ b/tests/reproducers/simple/JSToJFuncParam/resources/JSToJFuncParam.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en-US">
+ <head>
+ <title>JavaScript to Java LiveConnect - function parameter conversion</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+ <script language="JavaScript" src="JSToJava_FuncParam.js"></script>
+
+ </head>
+ <body>
+
+ <h2> The JSToJFuncParam html page</h2>
+
+ <applet code="JSToJFuncParam" width="1000" height="100" name="JSToJFuncParam" id="jstojFuncParamApplet" MAYSCRIPT>
+ <param name="jnlp_href" value="jstoj-funcparam.jnlp">
+ </applet>
+
+ <script language="javascript">
+ doFuncParamTests();
+ </script>
+
+ </body>
+</html>