⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 华清远见培训视频
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- saved from url=(0025)http://www.techsmith.com/ -->
<title>华清远见远程视频</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
a:link {font-size:small;text-decoration:none;padding-top:5px;padding-bottom:5px;padding-left:2px;padding-right:5px;color:black;display:block;margin-top:0px;margin-bottom:0px;}
a:visited {font-size:small;text-decoration:none;padding-top:5px;padding-bottom:5px;padding-left:2px;padding-right:5px;display:block;margin-top:0px;margin-bottom:0px;}
a:hover {
	font-size:small;
	text-decoration:none;
	padding-top:4px;padding-bottom:4px;padding-left:2px;padding-right:5px;	
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:white;
	margin-top:0px;margin-bottom:0px;
}

a.notdisplayed:link {
      font-size: small;
      text-decoration: underline;
      padding: 3px; 
      border: 0;     
      display:inline
}

a.notdisplayed:visited{
      font-size: small;
      text-decoration: underline;
      padding: 3px; 
      border: 0;     
      display:inline
}


a.notdisplayed:hover {
      font-size: small;
      text-decoration: underline;
      padding: 3px;   
      border: 0;
      background-color: transparent;
      display:inline
}

p{margin-top:-1px;margin-bottom:0px;vertical-align:middle;font-size:small;}
.title{text-indent:6px;padding-bottom:3px;margin-top:-15px;vertical-align:middle;font-size:small;font-weight:bold;color:#444444;}

BODY {
   BORDER-TOP-WIDTH: 0px;
   PADDING-RIGHT: 0px;
   PADDING-LEFT: 0px;
   BORDER-LEFT-WIDTH: 0px;
   BORDER-BOTTOM-WIDTH: 0px;
   PADDING-BOTTOM: 0px;
   MARGIN: 0px;
   PADDING-TOP: 0px;
   BORDER-RIGHT-WIDTH: 0px;
   vertical-align: top;
}
BODY {
padding-top:2%;
   PADDING-BOTTOM: 0px;
   COLOR: #000000;
   FONT-FAMILY: "Arial", san-serif;
   BACKGROUND-COLOR: #cccccc;
   background-repeat: repeat-x;
   background-position: center top;
   background-image: url(Farsight070324Linux_media/images/background_darker.gif);
}</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="Author" content="华清远见">
<META name="Title" content="华清远见在线视频教程">
<META name="Copyright" content="华清远见">

<script language=javascript type="text/javascript">
function OnLoad()
{
   timerInit();
}
</script>

<Script language=javascript type="text/javascript" >
function SeekTime( Time )
{
    var FrameRate        = 4;
    var Frame            = Math.floor(Time * FrameRate);
    var swfMovie;
    
        if( eval( document.embeds["EmbedflashMovie"] ) != undefined ) 
    {
	  swfMovie = document.embeds["EmbedflashMovie"];
	} 
	else 
	{
	  swfMovie = window.document.flashMovie;
	}
		    
	
    var TotalFrames = swfMovie.TGetProperty("/movieLoader_csmovie/movie_mc", 5);
    if ( Frame > TotalFrames-1 ) Frame = TotalFrames-1;

    swfMovie.TGotoFrame("/movieLoader_csmovie/movie_mc", Frame);
    swfMovie.TPlay("/movieLoader_csmovie/movie_mc");
    swfMovie.TCallFrame("/movieLoader_csmovie/movie_mc", Frame);
}
</Script>



<script language=javascript type="text/javascript">

function ScrollToIndex( DivID, destIndex ) 
{
   var nDestYCoord = destIndex.offsetTop; 
   var thisNode    = destIndex; 
   
   while ( thisNode.offsetParent && ( thisNode.offsetParent !=  document.body) ) 
   { 
      thisNode     = thisNode.offsetParent; 
      nDestYCoord += thisNode.offsetTop; 
   }

   nCurWindowYPos = GetCurrentScrollYPos( DivID.id );

   //Only scroll if it's needed..
   if( destIndex.offsetTop + destIndex.offsetHeight > DivID.clientHeight )
   {      
      nDestYCoord -= DivID.clientHeight;
      
      if( nDestYCoord > DivID.scrollTop )
      {
         DivID.scrollTop = nDestYCoord;
      }
   }
}

function GetCurrentScrollYPos( DivID ) 
{ 
   var aDivs = document.body.getElementsByTagName("DIV");

   for ( var i=0; i < aDivs.length; i++ ) 
   { 
      var Div = aDivs[i]; 

??  if ( Div.id == DivID ) 
      { 
         return Div.scrollTop
      }
   }

   return 0;
}

</script>

<script language=javascript type="text/javascript">
var g_LastFrame = 0;

function timerInit() 
{
   //Sets the timer to check every .1 second
   window.setInterval("timer()", 100);
}

function timer() 
{    
   var destIndex = null;
   
      var FrameRate = 4;
      var swfMovie;
    if( eval( document.embeds["EmbedflashMovie"] ) != undefined ) 
    {
	  swfMovie = document.embeds["EmbedflashMovie"];
	} 
	else 
	{
	  swfMovie = window.document.flashMovie;
	}
		
      var CurFrame = swfMovie.TCurrentFrame("/movieLoader_csmovie/movie_mc");
      var curTime  = (CurFrame+1) / FrameRate;
      if( curTime >= 0.000000 && curTime < 26.900001 )
      {
         document.getElementById('Index0').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index0');
      }
      else
      {
         document.getElementById('Index0').style.backgroundColor = '';
      }
      if( curTime >= 26.900001 && curTime < 98.200005 )
      {
         document.getElementById('Index1').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index1');
      }
      else
      {
         document.getElementById('Index1').style.backgroundColor = '';
      }
      if( curTime >= 98.200005 && curTime < 262.400012 )
      {
         document.getElementById('Index2').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index2');
      }
      else
      {
         document.getElementById('Index2').style.backgroundColor = '';
      }
      if( curTime >= 262.400012 && curTime < 504.600024 )
      {
         document.getElementById('Index3').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index3');
      }
      else
      {
         document.getElementById('Index3').style.backgroundColor = '';
      }
      if( curTime >= 504.600024 && curTime < 691.100033 )
      {
         document.getElementById('Index4').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index4');
      }
      else
      {
         document.getElementById('Index4').style.backgroundColor = '';
      }
      if( curTime >= 691.100033 && curTime < 823.100039 )
      {
         document.getElementById('Index5').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index5');
      }
      else
      {
         document.getElementById('Index5').style.backgroundColor = '';
      }
      if( curTime >= 823.100039 && curTime < 959.200046 )
      {
         document.getElementById('Index6').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index6');
      }
      else
      {
         document.getElementById('Index6').style.backgroundColor = '';
      }
      if( curTime >= 959.200046 && curTime < 961.300046 )
      {
         document.getElementById('Index7').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index7');
      }
      else
      {
         document.getElementById('Index7').style.backgroundColor = '';
      }
      if( curTime >= 961.300046 && curTime < 968.500046 )
      {
         document.getElementById('Index8').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index8');
      }
      else
      {
         document.getElementById('Index8').style.backgroundColor = '';
      }
      if( curTime >= 968.500046 && curTime < 976.300046 )
      {
         document.getElementById('Index9').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index9');
      }
      else
      {
         document.getElementById('Index9').style.backgroundColor = '';
      }
      if( curTime >= 976.300046 && curTime < 987.800047 )
      {
         document.getElementById('Index10').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index10');
      }
      else
      {
         document.getElementById('Index10').style.backgroundColor = '';
      }
      if( curTime >= 987.800047 && curTime < 1103.300052 )
      {
         document.getElementById('Index11').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index11');
      }
      else
      {
         document.getElementById('Index11').style.backgroundColor = '';
      }
      if( curTime >= 1103.300052 && curTime < 1110.500053 )
      {
         document.getElementById('Index12').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index12');
      }
      else
      {
         document.getElementById('Index12').style.backgroundColor = '';
      }
      if( curTime >= 1110.500053 && curTime < 1646.500078 )
      {
         document.getElementById('Index13').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index13');
      }
      else
      {
         document.getElementById('Index13').style.backgroundColor = '';
      }
      if( curTime >= 1646.500078 && curTime < 1761.800084 )
      {
         document.getElementById('Index14').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index14');
      }
      else
      {
         document.getElementById('Index14').style.backgroundColor = '';
      }
      if( curTime >= 1761.800084 && curTime < 1991.800095 )
      {
         document.getElementById('Index15').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index15');
      }
      else
      {
         document.getElementById('Index15').style.backgroundColor = '';
      }
      if( curTime >= 1991.800095 && curTime < 2247.300107 )
      {
         document.getElementById('Index16').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index16');
      }
      else
      {
         document.getElementById('Index16').style.backgroundColor = '';
      }
      if( curTime >= 2247.300107 && curTime < 2249.800107 )
      {
         document.getElementById('Index17').style.backgroundColor = '#ffffcc';
         destIndex = document.getElementById('Index17');
      }
      else
      {
         document.getElementById('Index17').style.backgroundColor = '';
      }
      if( curTime >= 2249.800107 && curTime < 2250.300107 )

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -