市长热线演示版

voiceplay.aspx 3.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="voiceplay.aspx.cs" Inherits="HySoft.BaseCallCenter.Web.telmanage.voiceplay" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <script src="../scripts/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
  7. <link href="../scripts/ui/skins/Aqua/css/ligerui-all.css" rel="stylesheet" type="text/css" />
  8. <script src="../scripts/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
  9. <script src="../scripts/ui/js/core/base.js" type="text/javascript"></script>
  10. <script src="../scripts/ui/js/ligerui.min.js" type="text/javascript"></script>
  11. <link href="../scripts/ui/skins/Tab/css/tab.css" rel="stylesheet" type="text/css" />
  12. <link href="../scripts/ui/skins/Tab/css/grid.css" rel="stylesheet" type="text/css" />
  13. <script src="../scripts/ui/js/plugins/ligerGrid.js" type="text/javascript"></script>
  14. <script src="../scripts/CustomersData.js" type="text/javascript"></script>
  15. <link href="../scripts/ui/skins/ligerui-icons.css" rel="stylesheet" type="text/css" />
  16. <link href="../images/style.css" rel="stylesheet" type="text/css" />
  17. <script type="text/javascript">
  18. function LoadList() {
  19. //window.open(document.getElementById("WindowsMediaPlayer1").URL);
  20. document.getElementById("frameTelList").src = document.getElementById("WindowsMediaPlayer1").URL;
  21. }
  22. </script>
  23. </head>
  24. <body>
  25. <form id="form1" runat="server">
  26. <div style="width:100%; height:150px;">
  27. <OBJECT id="WindowsMediaPlayer1" style="WIDTH: 100%; HEIGHT: 150px" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" VIEWASTEXT>
  28. <PARAM NAME="URL" VALUE='<%=GetSrc() %>'>
  29. <PARAM NAME="rate" VALUE="1">
  30. <PARAM NAME="balance" VALUE="0">
  31. <PARAM NAME="currentPosition" VALUE="0">
  32. <PARAM NAME="defaultFrame" VALUE="">
  33. <PARAM NAME="playCount" VALUE="1">
  34. <PARAM NAME="autoStart" VALUE="-1">
  35. <PARAM NAME="currentMarker" VALUE="0">
  36. <PARAM NAME="invokeURLs" VALUE="0">
  37. <PARAM NAME="baseURL" VALUE="">
  38. <PARAM NAME="volume" VALUE="50">
  39. <PARAM NAME="mute" VALUE="0">
  40. <PARAM NAME="uiMode" VALUE="full">
  41. <PARAM NAME="stretchToFit" VALUE="0">
  42. <PARAM NAME="windowlessVideo" VALUE="-1">
  43. <PARAM NAME="enabled" VALUE="-1">
  44. <PARAM NAME="enableContextMenu" VALUE="0">
  45. <PARAM NAME="fullScreen" VALUE="0">
  46. <PARAM NAME="SAMIStyle" VALUE="">
  47. <PARAM NAME="SAMILang" VALUE="">
  48. <PARAM NAME="SAMIFilename" VALUE="">
  49. <PARAM NAME="captioningID" VALUE="">
  50. <PARAM NAME="enableErrorDialogs" VALUE="-1">
  51. <PARAM NAME="_cx" VALUE="4233">
  52. <PARAM NAME="_cy" VALUE="4392">
  53. </OBJECT>
  54. </div>
  55. <br />
  56. <div style="width:100%; text-align:center;">
  57. <input id="btnSearch" type="button" value="下载" class="btnSearch" onclick="LoadList();" />
  58. <iframe id="frameTelList" src="" width="0" height="0" style="display:none;" frameborder="0"></iframe>
  59. </div>
  60. </form>
  61. </body>
  62. </html>