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

📄 rp.htm

📁 漂亮的企业网站系统v11 1、整体修改了上一版的一些BUG。 2、修改了页面底部的统计形式。 3、修改了“公告更新”栏目
💻 HTM
📖 第 1 页 / 共 2 页
字号:
	else{
	  document.soundimg.src="images/sound_b.gif";
	}  
	}
	
	function Total_Up()
	{
			switch (Button_Num)
			{
				case 1: playimg.src="images/play.gif";break;
				case 2: pauseimg.src="images/pause.gif";break;
				case 3: stopimg.src="images/stop.gif";break;
			}
			if(SetPosStart)	setpos();
			if(SetVolStart) setvol();
	}
	
	function moves()
	{
		if(CanSetPos&&event.button!=2)
		{
			DoPlayPause()
			orix=event.x
			orileft=mblock.style.pixelLeft
			if(moveon) clearTimeout(mfollow)
			SetPosStart=true
		}
		else
		return false
	}
	
	function movego()
	{
		if(SetPosStart)
		{
			newx=event.x
			disx=newx-orix
			newleft=orileft+disx
			if(newleft>-1&&newleft<movelen) mblock.style.left=newleft
		}
	}
	
	function setpos()
	{
		SetPosStart=false
		newleft=mblock.style.pixelLeft
		rcp=Math.floor((newleft/movelen)*rm_tollen)
		SetPosition(rcp)
		setTimeout('moveshow()',timelen)
		DoPlay()
	}
	function getlen()
	{
		PlayState=GetPState();
		if(PlayState==2||PlayState==1||PlayState==0||PlayState==-1) {reget=setTimeout('getlen()',1000);GetLenStart=false}
		else 
		{
			CanSetPos=false;
			rm_tollen=1000000;
			if(GetLenStart) clearTimeout(reget)
			//timelen=Math.floor(rm_tollen/timesnum)
	//		alert("totaltime:"+rm_tollen+"   timelen:" + timelen);
			
			moveshow()
		}
	}

	function GetFullScreen()
	{
		if(eval(Real+'GetFullScreen()'))
			return true;
		else
			return false;
	}
	
function moveshow()
{
}










function vols()
	{
		if(event.button!=2)
		{
		orix=event.x
		orileft=vblock.style.pixelLeft
		SetVolStart=true
		}
	}
	function volgo()
	{
		if(SetVolStart)
		{
			newx=event.x
			disx=newx-orix
			newleft=orileft+disx
			if(newleft>-1&&newleft<volumlen) vblock.style.left=newleft
		}
	}

	
	
	function setvol(plusnum)
	{
		if(plusnum == 10)
		{
			if(SVolume != 100)
			{
				SVolume += plusnum;
				SetVolume(SVolume);
				
			}
		}
		if(plusnum == -10)
		{
			if(SVolume != 0)
			{
				SVolume += plusnum;
				SetVolume(SVolume);
				
			}
		}
	}
	
	function SetBigWin(srcfile)
	{
		divtvsmall.style.visibility='hidden';
		divtvbig.style.visibility='visible';
		SetWH(240,180);
		divreal.style.top=23;
		bigwin=true;
		if (CanStop)	{M_Down(3,CanStop,stopimg,st_stop02);ClickStop();M_Up(3,CanStop,stopimg,st_stop01,st_stop03) }
		SetSource(srcfile);
		if (AutoPlay)	
		setTimeout('MM_Down(1,1,playimg,st_play02);ClickPlay();MM_Up(1,1,playimg,st_play01,st_play03)',100);
	}
	function SetSmallWin(srcfile)
	{
		divtvbig.style.visibility='hidden';
		divtvsmall.style.visibility='visible';
		SetWH(250,222);
		divreal.style.top=61;
		bigwin=false;
		if (CanStop)	{M_Down(3,CanStop,stopimg,st_stop02);ClickStop();M_Up(3,CanStop,stopimg,st_stop01,st_stop03) }
		SetSource(srcfile);
		if (AutoPlay)	setTimeout('MM_Down(1,1,playimg,st_play02);ClickPlay();MM_Up(1,1,playimg,st_play01,st_play03)',100);
	}
	
	function ChangeSize()
	{
	if(!CanPlay)
		{
		if(bigwin)
			{
				divtvsmall.style.visibility='visible';
				divtvbig.style.visibility='hidden';
				divreal.style.top=40;
				divreal.style.left=13;
				SetWH(232,186);
				bigwin=false;
			}
		else
			{
				divtvsmall.style.visibility='hidden';
				divtvbig.style.visibility='visible';
				divreal.style.top=21;
				divreal.style.left=13;
				SetWH(340,250);
				bigwin=true;
			}
		}
	}
	
	function WinOpen(fileurl)
	{
		var popup = null;
		popup = window.open('', 'popupnav', 'width=320,height=390,left=0,top=0,alwaysraised=1,dependent=1,resizable=0,scrollbars=1');
		if (popup != null) popup.location.href = fileurl;
		popup.focus();
	}
	
</SCRIPT>
<style type="text/css">
<!--
td {  font-size: 12px; color: #FFFFFF}
a {  color: #CCCCCC; text-decoration: none}
-->
</style>
<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>


<body bgcolor="#808080" text="#000000" leftmargin="0" topmargin="0" onload=playy(srcc) oncontextmenu="return false;">
<table width="432" border="0" height="330" cellpadding="0" cellspacing="0" bgcolor="#4E565C">
  <tr>
    <td align="center"><object classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=320 
      id=RPOCX width=422 bgcolor="#000000">
        <param name="_ExtentX" value="11165">
        <param name="_ExtentY" value="8467">
        <param name="AUTOSTART" value="-1">
        <param name="SHUFFLE" value="0">
        <param name="PREFETCH" value="0">
        <param name="NOLABELS" value="-1">
        <param name="CONTROLS" value="Imagewindow">
        <param name="CONSOLE" value="clip1">
        <param name="LOOP" value="0">
        <param name="NUMLOOP" value="0">
        <param name="CENTER" value="0">
        <param name="MAINTAINASPECT" value="0">
        <param name="BACKGROUNDCOLOR" value="#000000">
      </object>
<script language="javascript"> 
RPOCX.SetEnableContextMenu(false);
</script></td>
  </tr>
</table>
<table width="335" border="0" height="27" cellpadding="0" cellspacing="0" bgcolor="3A3A3A">
  <tr> 
    <td>
      <table width="432" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="7">&nbsp;</td>
          <td width="37"><img src="images/play_b.gif" width="37" height="11" name=playimg onclick=ClickPlay() 
      onmousedown=M_Down(1,CanPlay,playimg,st_play03) 
      onmouseup=M_Up(1,CanPlay,playimg,st_play01,st_play03) 
      style="CURSOR: hand" alt="播放/停止(Play)"></td>
          <td width="6">&nbsp;</td>
          <td width="37"><img src="images/stop.gif" width="37" height="11" name=stopimg onclick=ClickStop() 
      onmousedown=M_Down(3,CanStop,stopimg,st_stop03) 
      onmouseup=M_Up(3,CanStop,stopimg,st_stop01,st_stop03) 
      style="CURSOR: hand" alt="停止播放(Stop)"></td>
          <td width="6">&nbsp;</td>
          <td width="37"><img src="images/pause.gif" width="37" height="11" name=pauseimg onclick=ClickPause() 
      onmousedown=M_Down(2,CanPause,pauseimg,st_pause03) 
      onmouseup=M_Up(2,CanPause,pauseimg,st_pause01,st_pause03) 
      style="CURSOR: hand" alt="暂停播放(Pause)"></td>
          <td width="6">&nbsp;</td>
          <td width="93"><img src="images/course.gif" width="93" height="11"></td>
          <td width="6">&nbsp;</td>
          <td width="11"><a onClick=ClickSound()><img src="images/sound.gif" width="11" height="11" name=soundimg border="0" alt="设置声音(Sound)"></a></td>
          <td width="6">&nbsp;</td>
          <td width="52"><img src="images/volume2.gif" width="37" height="11" border="0" usemap="#Map" align="bottom"></td>
          <td width="126">请选择电视台</td>
          <td><img src="images/full.gif" width="11" height="11" style="cursor:hand" onclick=SetFullScreen() alt="全屏播放(Full screen)"></td>
          <td width="7">&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1"> 
  <DIV id=buttons  
style="HEIGHT: 17px; LEFT: 44px; POSITION: absolute; TEXT-ALIGN: left; TOP: 4px; WIDTH: 20px; Z-INDEX: 10">  
    <DIV id=movie onmousemove=movego() onmouseup=Total_Up()  
style="HEIGHT: 25px; LEFT: 91px; POSITION: relative; TOP: -85px; WIDTH: 15px">  
    <DIV id=mblock  
style="HEIGHT: 12px; LEFT: 0px; POSITION: absolute; TOP: 12px; width: 15px" style="font:12px"> <IMG border=0 height=11 onclick=moves() onmousedown=moves()  
src="images/course_button.gif" style="CURSOR: hand" alt="位置" width=15> </DIV> 
  </DIV> 
</DIV> 
</div> 
<map name="Map">  
  <area shape="rect" coords="20,0,37,13" href="javascript:setvol(10)"> 
  <area shape="rect" coords="0,0,16,13" href="javascript:setvol(-10)"> 
</map> 
<script language="javascript"> 
RPOCX.SetEnableContextMenu(false);
RPOCX.SetWantErrors(true);
</script>
<div style="position:absolute;top:100000;width:0;height:0;overflow:scroll">
<p><a href="http://www.xicu.com">西楚霸网</a>&nbsp; <a href="http://www.xicu.com">西楚主站</a>&nbsp;      
<a href="http://www1.xicu.com">西楚一站</a> <a href="http://www2.xicu.com">西楚二站</a>      
<a href="http://movie.xicu.com">西楚影院</a> <a href="http://music.xicu.com">西楚音乐</a>      
<a href="http://flash.xicu.com">西楚FLASH动画站</a> <a href="http://bbs.xicu.com">霸王论坛</a>      
<a href="http://sms.xicu.com">西楚短信</a></p>     
<p><a href="http://sms.xicu.com/sms">免费手机铃声</a> <a href="http://tv.xicu.com">西楚在线电视</a>      
<a href="http://pic.xicu.com/">西楚图片网</a> <a href="http://mtv.xicu.com/">西楚MTV音乐电视</a>      
<a href="http://jokes.xicu.com">西楚笑话站</a> <a href="http://www.xicu.com/server/">便民服务</a></p>     
<p><a href="http://www.qqmi.com">网址天下</a> <a href="http://qqmi.com">QQ迷</a>      
<a href="http://www.zxmp3.com">在线MP3播放</a> <a href="http://www.zhaomp3.com">找MP3音乐动画网</a></p></div></body> 
<a href="http://www.xicu.com" target=_blank style="display:none;">返回西楚霸网</a></html> 

⌨️ 快捷键说明

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