http://video.qq.com

但是自己没有时间弄这些东西,只是大概进去看了下,就是如今流行的播客的形式~
相信腾讯凭借着自己的用户群,推广什么都能推广开来~牛人啊!
http://www.f6n.net/tools/color/
<script Language="JavaScript">
function FormCheck(theform)
{
if (theform.hybz.value =="")
{
alert("请选择注册类别!");
theform.hybz.focus();
return (false);
}
if (theform.user.value =="")
{
alert("请填写您的用户名!");
theform.user.focus();
return false;
}
var filter=/^\s*[.A-Za-z0-9_-]{5,15}\s*$/;
if (!filter.test(theform.user.value)) {
alert("用户名填写不正确,请重新填写!可使用的字符为(A-Z
............