加入收藏 | 设为首页 | 会员中心 | 我要投稿 PHP编程网 - 黄冈站长网 (http://www.0713zz.com/)- 数据应用、建站、人体识别、智能机器人、语音技术!
当前位置: 首页 > 教程 > 正文

帝国cms点击提取关键字转为tags

发布时间:2021-01-19 06:34:41 所属栏目:教程 来源:网络整理
导读:修改系统字段---special.field (特殊属性字段) 修改关键词位置,修改为 script language="javascript" function copykeyword(){ document.getElementById("keyword").focus() document.getElementById("keyword").select() document.getElementById("inf

修改系统字段---special.field (特殊属性字段)

修改关键词位置,修改为



<script language="javascript">
function copykeyword(){
document.getElementById("keyword").focus()
document.getElementById("keyword").select()
document.getElementById("infotags").value=document.getElementById("keyword").value
}
</script>

<tr>
<td height="25" bgcolor="#FFFFFF">关键字&nbsp;&nbsp;&nbsp;:
<input name="keyboard" id="keyword" type="text" size="49" value="<?=stripSlashes($r[keyboard])?>">
<input type="button" value="拷贝到Tags" onclick="copykeyword()"> <font color="#666666">(多个请用&quot;,&quot;格开)</font></td>
</tr>




修改后样子 ,点击 复制关键词到tags



上传以下图片:

帝国cms点击提取关键字转为tags


(编辑:PHP编程网 - 黄冈站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读