拜仁狂欢 发表于 2004-9-28 18:51:11

帖子里是不是不可以贴FLASH的?

<b>内容

<SCRIPT language=JavaScript>
<!--
function iif(str,str1,str2){
        if (str==1){str=str1}else{str=str2}
        return(str)
}
function giif(str,str1,str2){
        if (str==1 || str==2){str=str1}else{str=str2}
        return(str)
}
        document.write ("<li>HTML标签:" + iif(1,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>UBB标签:" + iif(1,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>贴图标签:"+ iif(1,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>Flash标签: " + iif(0,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>多媒体标签: " + iif(1,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>表情字符转换:" + iif(1,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>上传图片:" + giif(0,"<font color=red>可用</font>","<font color=#CCCCCC>不可用</font>"))
        document.write ("<li>每天允许发帖数:<font color=red>无限制</font> ");
        document.write ("<li>今天已发帖数:<font color=red>21</font> 篇");
        document.write ("<li>最多:" + Math.floor((Math.floor(102400)/1024)) + "KB

")
        document.write ("<B>特殊内容</B>
")
        document.write ("<li>" + iif(1,"<a>金钱帖</a>","金钱帖:不可用"))
        document.write ("<li>" + iif(1,"<a>积分帖</a>","积分帖:不可用"))
        document.write ("<li>" + iif(1,"<a>魅力帖</a>","魅力帖:不可用"))
        document.write ("<li>" + iif(1,"<a>威望帖</a>","威望帖:不可用"))
        document.write ("<li>" + iif(1,"<a>文章帖</a>","文章帖:不可用"))
        document.write ("<li>" + iif(1,"<a>回复帖</a>","回复帖:不可用"))
        document.write ("<li>" + iif(1,"<a>出售帖</a>","出售帖:不可用"))
        document.write ("<li>" + iif(0,"<a>定员帖</a>","定员贴:不可用"))
//-->
</SCRIPT>
</b>
<LI>HTML标签:<FONT color=red>可用</FONT>
<LI>UBB标签:<FONT color=red>可用</FONT>
<LI>贴图标签:<FONT color=red>可用</FONT>
<LI>Flash标签: <FONT color=#cccccc>不可用</FONT>
<LI>多媒体标签: <FONT color=red>可用</FONT>
<LI>表情字符转换:<FONT color=red>可用</FONT>
<LI>上传图片:<FONT color=#cccccc>不可用</FONT>
<LI>每天允许发帖数:<FONT color=red>无限制</FONT> </LI>
<P>这里的Flash标签: <FONT color=#cccccc>不可用</FONT> 就是不允许吧?</P>
页: [1]
查看完整版本: 帖子里是不是不可以贴FLASH的?