aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/JSObjectWithoutToString/resources/JSObjectWithoutToString.html
blob: 558d1b9a04788f88e625738ba462eef7e60787c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US">
  <head>
    <title>JavaScript to Java LiveConnect - Function return values from applet</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <script language="JavaScript" src="JSObjectWithoutToString.js"></script>

  </head>
  <body>

    <h2> The JSObjectWithoutToString html page</h2> 


    <applet code="JSObjectWithoutToString" archive="JSObjectWithoutToString.jar" width="1000" height="100" id="jswithouttostring" MAYSCRIPT>
    </applet>

    <div id="messageDiv"></div>

    <script laguage="javascript">
        doToStringTest();
    </script> 

  </body>
</html>