You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 line
1.5KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html id="demohtml">
  4. <head>
  5. <meta charset='UTF-8'>
  6. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  7. <meta http-equiv="Pragma" content="no-cache" />
  8. <meta http-equiv="Expires" content="0" />
  9. <meta name='viewport' content='width=device-width initial-scale=1'>
  10. <script type="text/javascript" src="./resource/js/wpsjsrpcsdk.js"></script>
  11. <script type="text/javascript" src="./resource/js/demo.js"></script>
  12. <link rel="stylesheet" href="./resource/css/demo.css" type="text/css" />
  13. <title>WPS OA助手示例</title>
  14. </head>
  15. <body class="indexBody">
  16. <div>
  17. <h1 class="indexTitle">WPS OA助手应用场景示例</h1>
  18. </div>
  19. <div style="margin-top: 10px;">WPS加载项发来的消息内容: <span style="font-weight: bolder;color: red;"
  20. id="webnotifyspan"></span>
  21. </div>
  22. <div class="indexFrame appDiv">
  23. <div class="itembody">
  24. <span class="appSelect">
  25. <select id="app" onchange="appChange()">
  26. <option value=0>文字</option>
  27. <option value=1>表格</option>
  28. <option value=2>演示</option>
  29. </select>
  30. </span>
  31. </div>
  32. <div class="indexFrame" id="indexFrame">
  33. </div>
  34. </div>
  35. </body>
  36. </html>