[JS]Check whether Media Player 9 is installed
Wednesday on September 7th, 2005Life
Verify whether Media Player 9 is installed.
------------------------------------------
<script language=" javascript"><!--function checkPlayer(){ s = Player.versionInfo.split(".& quot;,1); if (s == '9' | s=='10') { alert ('You have installed the correct version. '); } else { alert ('You need to download and install Media Player 9.0'); } }//--></script>
--------------------------------------------
<input id= Button value= Check whether Media Player is installed 9 name= Button onclick= checkPlayer(); type= button">
Copyright Protection: ShuDudu from the original article, reproduced Please keep the link: https://www.shududu.com/life/JS-Check-whether-Media-Player-9-is-installed.htm