home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 25 / DOKAN25.ISO / Extra / wmtools.exe / 1033 / RCDATA / CABINET / default.asp < prev    next >
Text File  |  1999-06-16  |  3KB  |  85 lines

  1. <HTML>
  2. <HEAD>
  3. <SCRIPT LANGUAGE="JavaScript">
  4. <!--
  5. bName = navigator.appName;
  6. bVer = parseInt(navigator.appVersion);
  7. bFloat = parseFloat(navigator.appVersion);
  8. bSys = navigator.appVersion;
  9. ntCheck = bSys.indexOf("NT", 0);
  10. multtemp = "<%= Application("MULTICAST") %>";
  11. multtemp = multtemp.toLowerCase();
  12. plug = "false"
  13.  
  14. if (navigator.mimeTypes["application/asx"]){
  15.         plug = "true";
  16.     }
  17.  
  18. if (bName == "Microsoft Internet Explorer" && bVer >= 4 && multtemp == "true") br = "e4m";
  19. else if (bName == "Microsoft Internet Explorer" && bVer >= 4 && multtemp == "false") br = "e4";
  20. else if (bName == "Netscape" && bFloat <= 4.03 && ntCheck != -1) br = "n4dll"
  21. else if (bName == "Netscape" && bVer >= 4 && plug == "false") br = "n4f";
  22. else if (bName == "Netscape" && bVer >= 4 && plug == "true") br = "n4";
  23. else br = "n2";
  24.  
  25. // Frame for NS 4.0.
  26. if ((br == "n4")){
  27. document.write('<FRAMESET ROWS = "100%, *" FRAMEBORDER = NO BORDER = 0>');
  28. document.write('<FRAME SRC = "showreg.asp" SCROLLING = AUTO>');
  29. document.write('</FRAMESET>');
  30. }
  31.  
  32. // Frame for IE 4
  33. else if (br == "e4m"){
  34. document.write('<FRAMESET ROWS = "100%, *" FRAMEBORDER = NO BORDER = 0>');
  35. document.write('<FRAME SRC = "showmult.asp" SCROLLING = AUTO>');
  36. document.write('</FRAMESET>');
  37. }
  38.  
  39. // Frame for IE 4 Non-Multicast
  40. else if (br == "e4"){
  41. document.write('<FRAMESET ROWS = "100%, *" FRAMEBORDER = NO BORDER = 0>');
  42. document.write('<FRAME SRC = "showreg.asp" SCROLLING = AUTO>');
  43. document.write('</FRAMESET>');
  44. }
  45.  
  46. // -->
  47. </SCRIPT>
  48. <TITLE>Windows Media Presenter</TITLE>
  49. </HEAD>
  50. <BODY BGCOLOR="#FFFFFF" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
  51.  
  52. <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%" BGCOLOR="#000000">
  53.     <TR><TD ALIGN=LEFT VALIGN=TOP><IMG SRC="images/tbleft.gif" BORDER=0 WIDTH=291 HEIGHT=19 ALT="-"></TD></TR>
  54. </TABLE>
  55. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
  56.     <TR><TD ALIGN=LEFT VALIGN=TOP><IMG SRC="images/logo.gif" BORDER=0 ALT="Windows Media Presenter" WIDTH=270 HEIGHT=43></TD><TD ALIGN=RIGHT VALIGN=TOP><IMG SRC="images/topright.gif" BORDER=0 ALT="-" WIDTH=608 HEIGHT=57></TD></TR>
  57. </TABLE>
  58. <BR>
  59. <HR WIDTH="85%">
  60. <BLOCKQUOTE>
  61.     <FONT FACE="verdana, arial, helvetica" SIZE="2">
  62. <SCRIPT Language="JavaScript">
  63. <!--
  64.     if (br == "n4f"){
  65.         document.write("You do not currently have the Microsoft Media Player Plug-in Installed.  Please <A HREF='<%= Application("NS_PLAY") %>'>download and install the Microsoft Media Player</A> and return to this page.<P>");
  66.     }
  67.     else if (br == "n2" || br == "n4dll"){
  68.         document.write("In order to enjoy programs on Presenter you will need Internet Explorer 4.0 or Netscape Navigator 4.5 or higher.  Please update you browser and return to this location to enjoy this event.<P>");
  69.     }
  70. // -->
  71. </SCRIPT>
  72.     </FONT>
  73. </BLOCKQUOTE>
  74. <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
  75.     <TR>
  76.         <TD>
  77.             <IMG SRC="images/bfiller.gif" BORDER=0 WIDTH=266 HEIGHT=173 ALT="Graphic">    
  78.         </TD>
  79.         <TD>
  80.              
  81.         </TD>
  82.         </TR>
  83.     </TABLE>
  84. </BODY>
  85. </HTML>