22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
HTML
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
|
|
|
|
<!------------------------------------------------------------------------>
|
|
<!-- wmpdownload.htm -->
|
|
<!-- -->
|
|
<!-- Purpose: Displays a page for download the latest WMP Player. If no-->
|
|
<!-- WMP players are detected by Sample.htm this page is displayed. -->
|
|
<!------------------------------------------------------------------------>
|
|
<html>
|
|
<head>
|
|
<title>Windows Media Player Detection Sample</title>
|
|
<link rel="stylesheet" href="basic.css" type="text/css">
|
|
<script language="JavaScript" src="PlayerDetection.js"></script>
|
|
<body>
|
|
<h2>Windows Media Player Detection Sample</h2>
|
|
<table>
|
|
<tr><td>Latest version of Windows Media Player is not installed. Install it by clicking the button below.<br><br>
|
|
<A HREF="http://windowsmedia.com/download"> <IMG SRC="http://www.microsoft.com/windows/windowsmedia/images/logos/getwm/mp11_88x31_static.gif" WIDTH="88" HEIGHT="31" BORDER="0" ALT="Get Windows Media Player" VSPACE="7"></A>
|
|
</td></tr>
|
|
</table>
|
|
</body>
|
|
</html> |