
<html><head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link href="common/images/css.css" rel="stylesheet" type="text/css">
<title>录音</title>
</head>



<script>
var mydomain="http://350.whaty.net";
var incomingurl="incoming/";
var picurl="pic/";
var baseurl="/mcs/";
</script>  


<script charset="gb2312">
var myindex=4;
function CheckNum(num)
{
    if(num.replace(/^([0-9])+$/,"")!="")
      return false;
    return true;  	 
}




function displayrecordtime()
{
    if(!parent.bRecord)
   {
       recordtime.innerHTML="";  
       return;
   }  
   now=new Date();
   begin=new Date();
   begin=parent.rbtime;
  
   d=now.getDate()-begin.getDate();
   h=now.getHours()-begin.getHours();
   m=now.getMinutes()-begin.getMinutes();
   s=now.getSeconds()-begin.getSeconds();
   
   time=d*24*3600+h*3600+m*60+s;
   hh=parseInt(time/3600);
   mm=parseInt((time-hh*60)/60);
   ss=time-hh*3600-mm*60;
   msg="录制时间："+hh+":"+mm+":"+ss;
  
   recordtime.innerHTML=msg;   
   setTimeout("displayrecordtime()",1000);
}
function record()
{
  
  if(!parent.bRecord)
  {
     do 
     {
     timespan=prompt("请输入你需要录制的时间长度，录音将定时停止，如果选择手动停止，点取消或输入0:","0");
     
     }while(!(timespan==null||CheckNum(timespan)))
     if(timespan==null)
       timespan="0";
     timespan=parseInt(timespan);  
     if(parent.r2.document.client.StartRecord(timespan)<0)
        alert(parent.r2.document.client.GetLastError());
     now=new Date();
     parent.setrbtime();
     
     
     displayrecordtime()
     
    
      
      
      
  }
  else
  {
    
     parent.r2.document.client.StopRecord()
    
     document.frrecord.btrecord.value="开始录音";

  }
}
var playurl;
var playtype=0;
function playrecord(replayid)
{
                
	
	
	url=baseurl+"log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid="+replayid;
        window.open(url,"replay","height="+screen.availHeight+",width="+screen.availWidth+",left=0,top=0;status=no,scrollbars=yes,resizable=yes,fullscreen=no");
	

}

function stopplay()
{
    if(!parent.r2.bPlay)
  {
    alert("没有播放，无法终止");
    return;
  }
  parent.r2.document.client.StopLoadFile();
    
    parent.r2.bPlay=false;
    btplay.disabled=1;
    parent.r2.Logon();
   parent.UserMan(11,"","你退出录音回放状态，进入正常状态");   
}
function url_play()
{ 
      
    
      parent.wboard.document.wboard.ChatParent=parent.r2.document.client.ParentParameter
      playurl="http://210.76.109.67/mcs/incoming/room2/recorddata/"+playurl;
     
      parent.r2.document.client.LoadFromFile(playurl);
      parent.r2.bPlay=true;
      //alert(playurl);
      btplay.disabled=0;

}
function url_encode(s_str)
{
	s_str=s_str.replace("%","%25");
	s_str=s_str.replace("&","%26");
	s_str=s_str.replace("+","%2B");
	s_str=s_str.replace("#","%23");
	s_str=s_str.replace("=","%3D");
	s_str=s_str.replace("?","%3F");
	s_str=s_str.replace(" ","+");
	return(s_str);
}


function ProgressBar(){
  
 
  filename=document.frrecord.upfile.value;
  if(filename.substring(filename.lastIndexOf(".")+1)!="ntx")
  {
    alert("文件格式不是合法的录音文件(*.ntx),无法上传");
    return false;
  } 
  var ProgressURL
  ProgressURL = 'progress.asp?UploadID='
  
 var v = window.open(ProgressURL,'_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=350,height=200')
  
  return true;
}
</script>


<body   topmargin="0" class=body  leftmargin="0"  >
<form name="playform" method="POST">
  <table width="100%" height="26" border="0" align="center" cellpadding="0" cellspacing="0"  class=roomtitle >
    <tr class="table"> 
      <td class=article_title4>房间[e-Learning 大讲堂]录音文件列表</td>
    </tr>
  </table>
  <table width="100%"  border="1" align="center" cellpadding="2" cellspacing="4" bordercolor="#CCCCCC" style="TABLE-LAYOUT: fixed; WORD-BREAK: break-all">
    <tr> 
      <td width="20%" class=roomnote><span class="article_title4">知识点列表</span></td>
      <td width="80%" class=roomnote><select size="1" name="keylist" style="width: 118"  onchange="window.open('pubrecord.asp?roomid=2&key='+this.options[this.selectedIndex].value+'&towho=','_self')">
          
          <option value="Main" Selected>Main</option>
          
          <option value="第三届博士生论坛">第三届博士生论坛</option>
          
          <option value="全球华人计算机教育应用大会eGCCCE2008">全球华人计算机教育应用大会eGCCCE2008</option>
          
          <option value="未指定">未指定</option>
          
          <option value="研究生">研究生</option>
          
          <option value="支教">支教</option>
          
          <option value="直播">直播</option>
          
        </select></td>
    </tr>
    <tr> 
      <td colspan="2" class=roomnote><span  class="article_title4">录音文件</span></td>
    </tr>
    <tr>
      <td colspan="2"> <table border="1" width="100%" cellspacing="2" cellpadding="2" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
          <tr> 
            <td bgcolor="#CCCCCC"> <div align="center">文件名</div></td>
            <td bgcolor="#CCCCCC"> <div align="center">文件大小 </div></td>
            <td bgcolor="#CCCCCC"> <div align="center">收听次数 </div></td>
            <td bgcolor="#CCCCCC"> <div align="center">录制时间 </div></td>
            <td bgcolor="#CCCCCC"> <div align="center">最近收听时间 </div></td>
            <td bgcolor="#CCCCCC"> <div align="center">内容介绍 </div></td>
            <td bgcolor="#CCCCCC"> <div align="center">地　址</div></td>
          </tr>
          <tr> 
            
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('262');" >第8期（Merrill|刘美凤）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 28453K </td>
            <td bgcolor="#E7E7E7"> 11883 </td>
            <td bgcolor="#E7E7E7"> 2004-10-30 8:59:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 7:45:00 </td>
            <td bgcolor="#E7E7E7"> A Pebble-in-the-Pond Model for Instructional Development </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=262');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('59');" >第3期（陈向明|郭文革）1</a> 
            </td>
            <td bgcolor="#E7E7E7"> 11474K </td>
            <td bgcolor="#E7E7E7"> 6084 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 10:35:00 </td>
            <td bgcolor="#E7E7E7"> 漫谈质的研究 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=59');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('125');" >第6期（丁 新|吴筱萌）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 19379K </td>
            <td bgcolor="#E7E7E7"> 5205 </td>
            <td bgcolor="#E7E7E7"> 2004-7-7 19:02:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 1:37:00 </td>
            <td bgcolor="#E7E7E7"> 现代远程教育实践发展的理性思考 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=125');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('72');" >第2期（黎加厚|汪琼）5</a> 
            </td>
            <td bgcolor="#E7E7E7"> 4721K </td>
            <td bgcolor="#E7E7E7"> 3038 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 19:41:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术与人的发展
——从中美教育技术的发展看人的因素在教育技术发展中的作用 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=72');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('73');" >第2期（黎加厚|汪琼）4</a> 
            </td>
            <td bgcolor="#E7E7E7"> 10033K </td>
            <td bgcolor="#E7E7E7"> 1598 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-19 6:40:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术与人的发展
——从中美教育技术的发展看人的因素在教育技术发展中的作用 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=73');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('74');" >第2期（黎加厚|汪琼）3</a> 
            </td>
            <td bgcolor="#E7E7E7"> 4564K </td>
            <td bgcolor="#E7E7E7"> 1408 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 1:08:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术与人的发展
——从中美教育技术的发展看人的因素在教育技术发展中的作用
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=74');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('75');" >第2期（黎加厚|汪琼）2</a> 
            </td>
            <td bgcolor="#E7E7E7"> 11633K </td>
            <td bgcolor="#E7E7E7"> 1448 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-26 2:23:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术与人的发展
——从中美教育技术的发展看人的因素在教育技术发展中的作用 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=75');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('76');" >第2期（黎加厚|汪琼）1</a> 
            </td>
            <td bgcolor="#E7E7E7"> 3678K </td>
            <td bgcolor="#E7E7E7"> 6406 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-25 15:51:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术与人的发展
——从中美教育技术的发展看人的因素在教育技术发展中的作用 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=76');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('77');" >第1期（赵勇|朱广艳）2</a> 
            </td>
            <td bgcolor="#E7E7E7"> 12935K </td>
            <td bgcolor="#E7E7E7"> 2427 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 8:00:00 </td>
            <td bgcolor="#E7E7E7"> 教育与技术 教育技术专业 个人发展
——从教育与技术的关系看相关专业的发展与个人发展 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=77');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('79');" >第1期（赵勇|朱广艳）1</a> 
            </td>
            <td bgcolor="#E7E7E7"> 28145K </td>
            <td bgcolor="#E7E7E7"> 7118 </td>
            <td bgcolor="#E7E7E7"> 2004-5-30 21:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 19:55:00 </td>
            <td bgcolor="#E7E7E7"> 教育与技术 教育技术专业 个人发展
——从教育与技术的关系看相关专业的发展与个人发展 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=79');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('116');" >第5期（丁兴富|朱广艳）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 24769K </td>
            <td bgcolor="#E7E7E7"> 4773 </td>
            <td bgcolor="#E7E7E7"> 2004-6-29 18:57:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-25 3:35:00 </td>
            <td bgcolor="#E7E7E7"> 论加快远程教育学科专业建设 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=116');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('263');" >第8期（刘美凤）同学生的活动</a> 
            </td>
            <td bgcolor="#E7E7E7"> 3545K </td>
            <td bgcolor="#E7E7E7"> 1140 </td>
            <td bgcolor="#E7E7E7"> 2004-10-30 11:40:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-22 12:26:00 </td>
            <td bgcolor="#E7E7E7">  </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=263');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('471');" >第10期（张际平|朱广艳）2</a> 
            </td>
            <td bgcolor="#E7E7E7"> 5781K </td>
            <td bgcolor="#E7E7E7"> 1452 </td>
            <td bgcolor="#E7E7E7"> 2004-12-27 19:21:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-9 6:09:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术学 --- 应用与研究为主的学科 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=471');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('374');" >第9期（武法提|朱广艳）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 22875K </td>
            <td bgcolor="#E7E7E7"> 4405 </td>
            <td bgcolor="#E7E7E7"> 2004-11-30 19:06:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 4:16:00 </td>
            <td bgcolor="#E7E7E7"> 网络课程设计—— 以三个实践中的问题为例
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=374');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('470');" >第10期（张际平|朱广艳）1</a> 
            </td>
            <td bgcolor="#E7E7E7"> 2428K </td>
            <td bgcolor="#E7E7E7"> 4025 </td>
            <td bgcolor="#E7E7E7"> 2004-12-27 19:00:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 23:29:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术学 --- 应用与研究为主的学科 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=470');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('472');" >第10期（张际平|朱广艳）3</a> 
            </td>
            <td bgcolor="#E7E7E7"> 4006K </td>
            <td bgcolor="#E7E7E7"> 1252 </td>
            <td bgcolor="#E7E7E7"> 2004-12-27 20:28:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 2:53:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术学 --- 应用与研究为主的学科 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=472');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('822');" >第12期（毛向辉|朱广艳）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 55782K </td>
            <td bgcolor="#E7E7E7"> 3784 </td>
            <td bgcolor="#E7E7E7"> 2005-4-28 19:17:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-26 6:15:00 </td>
            <td bgcolor="#E7E7E7"> 知识和学习的新规则(The new laws of knowledge and learning) </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=822');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('3003');" >第52期（何佳瑾|魏智慧）</a> 
            </td>
            <td bgcolor="#E7E7E7"> K </td>
            <td bgcolor="#E7E7E7"> 642 </td>
            <td bgcolor="#E7E7E7"> 2011-5-19 19:03:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 21:01:00 </td>
            <td bgcolor="#E7E7E7"> 快速课件的发展趋势与应用分享 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=3003');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('3004');" >第52期（李康|魏智慧）</a> 
            </td>
            <td bgcolor="#E7E7E7"> K </td>
            <td bgcolor="#E7E7E7"> 225 </td>
            <td bgcolor="#E7E7E7"> 2011-9-27 19:02:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 8:19:00 </td>
            <td bgcolor="#E7E7E7"> 现代教育信息资源开发思想及发展脉络 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=3004');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1163');" >第19期（王敏娟|魏智慧）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 26618K </td>
            <td bgcolor="#E7E7E7"> 3769 </td>
            <td bgcolor="#E7E7E7"> 2006-3-31 13:08:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-26 12:37:00 </td>
            <td bgcolor="#E7E7E7"> 面向全球的教学或培训资料设计 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1163');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1053');" >第15期（王陆|魏志慧）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 19587K </td>
            <td bgcolor="#E7E7E7"> 3184 </td>
            <td bgcolor="#E7E7E7"> 2005-9-23 19:07:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-24 </td>
            <td bgcolor="#E7E7E7"> 如何用技术提升信息技术环境中的教师专业能力 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1053');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1067');" >第14期（邹景平|庄秀丽）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 18412K </td>
            <td bgcolor="#E7E7E7"> 2794 </td>
            <td bgcolor="#E7E7E7"> 2005-6-28 19:01:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-22 18:30:00 </td>
            <td bgcolor="#E7E7E7"> 新眼睛看“教”与“学” </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1067');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1087');" >第16期（桑新民|郭文革）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 11590K </td>
            <td bgcolor="#E7E7E7"> 2386 </td>
            <td bgcolor="#E7E7E7"> 2005-10-31 18:14:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-22 0:05:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术学专业的继往与开来/ 
南京大学数字媒体与知识工程专业创建的理念与实践探索
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1087');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1989');" >第32期（刘义光|白滨）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 17971K </td>
            <td bgcolor="#E7E7E7"> 1875 </td>
            <td bgcolor="#E7E7E7"> 2007-11-27 19:18:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-24 20:43:00 </td>
            <td bgcolor="#E7E7E7"> ISO9000/1质量管理体系与教育 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1989');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1232');" >第18期（王珏|魏智慧）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 32188K </td>
            <td bgcolor="#E7E7E7"> 2379 </td>
            <td bgcolor="#E7E7E7"> 2005-12-27 19:07:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-22 18:30:00 </td>
            <td bgcolor="#E7E7E7"> 产业视野中的教育技术 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1232');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('2035');" >第35期（黄健|佟丹玲 ）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 32329K </td>
            <td bgcolor="#E7E7E7"> 1890 </td>
            <td bgcolor="#E7E7E7"> 2008-4-29 19:06:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 13:46:00 </td>
            <td bgcolor="#E7E7E7"> 人力资源开发 ——一个新兴领域的崛起 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=2035');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1316');" >第20期（高利明|魏智慧）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 14147K </td>
            <td bgcolor="#E7E7E7"> 3197 </td>
            <td bgcolor="#E7E7E7"> 2006-4-27 12:35:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-26 17:28:00 </td>
            <td bgcolor="#E7E7E7"> 北大教育技术系绩效技术研讨班 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1316');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1424');" >第17期（贾积有|穆肃）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 30157K </td>
            <td bgcolor="#E7E7E7"> 3118 </td>
            <td bgcolor="#E7E7E7"> 2005-12-9 19:01:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 4:27:00 </td>
            <td bgcolor="#E7E7E7"> 人工智能与教育 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1424');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('2005');" >第34期（裴新宁|鲍贤清）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 17997K </td>
            <td bgcolor="#E7E7E7"> 2249 </td>
            <td bgcolor="#E7E7E7"> 2008-3-24 19:02:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 3:33:00 </td>
            <td bgcolor="#E7E7E7"> 让教师成为设计者 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=2005');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('3005');" >foxbai_2011-11-10_19_01_42</a> 
            </td>
            <td bgcolor="#E7E7E7"> K </td>
            <td bgcolor="#E7E7E7"> 65 </td>
            <td bgcolor="#E7E7E7"> 2011-11-10 19:02:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-26 22:12:00 </td>
            <td bgcolor="#E7E7E7"> 53 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=3005');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1828');" >第30期（汪晓东|朱广艳）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 16458K </td>
            <td bgcolor="#E7E7E7"> 917 </td>
            <td bgcolor="#E7E7E7"> 2007-6-21 19:11:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-18 12:10:00 </td>
            <td bgcolor="#E7E7E7"> 教育技术是个“球”？ ——究竟怎样的技术才适合教师
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1828');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1831');" >第26期（Allison Rossett|王敏娟）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 16776K </td>
            <td bgcolor="#E7E7E7"> 584 </td>
            <td bgcolor="#E7E7E7"> 2006-11-23 8:59:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-11 0:48:00 </td>
            <td bgcolor="#E7E7E7"> Integration, Tailoring, and Pizza Delivery: 
Performance Support on Matters from the Sublime to the Ridiculous 

(整合, 剪裁, 和送比萨: Performance Support中一些从至关重要到荒唐的事项 ) </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1831');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1837');" >第24期（梁林梅）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 14585K </td>
            <td bgcolor="#E7E7E7"> 802 </td>
            <td bgcolor="#E7E7E7"> 2006-10-31 18:36:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-19 20:05:00 </td>
            <td bgcolor="#E7E7E7"> 绩效技术漫谈
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1837');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1851');" >第31期（雷静|张仙）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 23186K </td>
            <td bgcolor="#E7E7E7"> 2482 </td>
            <td bgcolor="#E7E7E7"> 2007-7-6 20:10:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-27 1:28:00 </td>
            <td bgcolor="#E7E7E7"> 学校中技术扩散的生态学分析
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1851');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1853');" >第28期（朱学恒|鲍贤清）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 12358K </td>
            <td bgcolor="#E7E7E7"> 2821 </td>
            <td bgcolor="#E7E7E7"> 2007-4-20 19:10:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 1:57:00 </td>
            <td bgcolor="#E7E7E7"> Web2.0 时代的知识传播 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1853');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1855');" >第27期（尚俊杰）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 11370K </td>
            <td bgcolor="#E7E7E7"> 717 </td>
            <td bgcolor="#E7E7E7"> 2007-1-30 9:35:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-18 10:47:00 </td>
            <td bgcolor="#E7E7E7"> 重新认识游戏教育1
 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1855');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1857');" >第23期（来凤琪|鲍贤清）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 16926K </td>
            <td bgcolor="#E7E7E7"> 732 </td>
            <td bgcolor="#E7E7E7"> 2006-9-26 20:07:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-21 21:08:00 </td>
            <td bgcolor="#E7E7E7"> Preparing Yourself for the Future Career
美国教育技术专业的从业情况 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1857');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1859');" >第22期（于云秀|朱广艳）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 1328K </td>
            <td bgcolor="#E7E7E7"> 667 </td>
            <td bgcolor="#E7E7E7"> 2006-9-10 15:52:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-20 20:51:00 </td>
            <td bgcolor="#E7E7E7"> 开放教育的质量保证 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1859');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1863');" >第21期（James Laffey|王敏娟）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 18796K </td>
            <td bgcolor="#E7E7E7"> 599 </td>
            <td bgcolor="#E7E7E7"> 2006-5-9 10:02:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-24 18:50:00 </td>
            <td bgcolor="#E7E7E7"> Social computing meets online learning </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1863');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1866');" >第25期（Thomas C. Reeves|胡睿）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 39795K </td>
            <td bgcolor="#E7E7E7"> 703 </td>
            <td bgcolor="#E7E7E7"> 2006-11-10 20:04:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-21 16:10:00 </td>
            <td bgcolor="#E7E7E7"> Evaluating E-Learning（如何对E-Learning进行评价） </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1866');" name="button"> 
            </td>
          </tr>
          
          <tr> 
            <td bgcolor="#E7E7E7"> <a href="javascript:playrecord('1880');" >第27期（Riber博士）</a> 
            </td>
            <td bgcolor="#E7E7E7"> 14572K </td>
            <td bgcolor="#E7E7E7"> 2700 </td>
            <td bgcolor="#E7E7E7"> 2007-1-31 8:54:00 </td>
            <td bgcolor="#E7E7E7"> 2012-1-28 1:11:00 </td>
            <td bgcolor="#E7E7E7"> 重新认识游戏教育2 </td>
            <td bgcolor="#E7E7E7"> <input type="button" value="网址" onClick="prompt('录音文件网址','http://350.whaty.net/mcs/log.asp?user=replayer&pass=&roomid=2&bReplay=true&replayid=1880');" name="button"> 
            </td>
          </tr>
          
        </table></td>
    </tr>
    <tr> 
      <td colspan="2" align=center> <input name="B1" type=button class="button" onclick="window.location.reload(true);" value="刷　新"> 
      </td>
    </tr>
  </table>  
</form>
 
<script>
if(parent.bRecord)
 document.frrecord.btrecord.value="停止录音";
if(parent.bPlay)
  btplay.disabled=0;
if(parent.bRecord)
{

   displayrecordtime();
    
} 
//window.resizeTo(700,500);
</script>
</body></html>
