-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPublishingPoint1.htm
100 lines (93 loc) · 2.59 KB
/
PublishingPoint1.htm
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<title>发布点 PublishingPoint1 的公告</title>
<script language="JavaScript">
var L_LAUNCHSAP_TEXT = "启动独立的 Windows Media Player";
var g_bNetscape = ( -1 != navigator.appName.indexOf( "Netscape" ) );
</script>
<style>
BODY
{
font-size : medium;
font-family : 宋体, Tahoma, Arial, Sans Serif;
font-weight : normal;
font-style : normal;
color : #FFFFFF;
background-color : #3366CC;
border-style : none;
}
A
{
color : #66CCFF;
font-weight : bold;
}
</style>
<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{ //-- This next line ensures that any plugins just installed are updated in the Browser
//-- without quitting the browser.
navigator.plugins.refresh();
// We don't need the APPLET within IE
// ***Please note that if you do not need to script events, you can safely remove the next two lines
document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class")
document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E")
} //-->
</script>
<script LANGUAGE="VBSCRIPT">
Sub cmdStandAlone_onclick
If isobject(WMP) Then
If WMP.playstate > 0 Then
WMP.Close()
End If
location.href = "mms://CUC-O5Y9XHHEUPK/PublishingPoint1"
End If
End Sub
</script>
</head>
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" width="100%" height="80%">
<tr>
<td width="100%">
<p align="center"><b>基于 Windows Media 的内容</b>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><b>发布点: PublishingPoint1</b></td>
</tr>
<tr>
<td width="100%">
<p align="center">
<script language="Javascript">
if( g_bNetscape )
{
document.writeln( "<APPLET mayscript code=WMPNS.WMP name=WMP1 width=300 height=200 MAYSCRIPT >" );
}
</script>
<OBJECT CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" ID="WMP">
<PARAM NAME="Name" VALUE="WMP1">
<PARAM NAME="URL" VALUE="mms://CUC-O5Y9XHHEUPK/PublishingPoint1">
</OBJECT>
</APPLET>
</td>
</tr>
<tr>
<td width="100%"><p align="center">
<script language="Javascript">
if( !g_bNetscape )
{
document.writeln( "<input type=\"button\" id=\"cmdStandAlone\" value=\"" + L_LAUNCHSAP_TEXT + "\">" );
}
</script>
</tr>
</table>
</center>
</div>
</body>
</html>