111.HTML 247 B

12345678910111213
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function runXActive(){
  5. var reg = new ActiveXObject("LQQTEST.AutoActiveXCase");
  6. reg.Hello();
  7. }
  8. </script>
  9. </head>
  10. <body>
  11. <input type="button" onclick="runXActive()"/>
  12. </body>
  13. </html>