679b05c25587a5e59ea8ec2d08358af2eab81ccc
[gssweb.git] / npapi / test.html
1 <html>
2   <body>
3     <embed type="application/gss-web">
4     <script>
5       var embed = document.embeds[0];
6       embed.nativeMethod();
7       alert(embed.nativeProperty);
8       embed.nativeProperty.anotherNativeMethod();
9     </script>
10   </body>
11 </html>