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

修改系统字段—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

上传以下图片:

    本站内容均转载于互联网,并不代表本站立场!如若本站内容侵犯了原著者的合法权益,可联系我们进行处理! 拒绝任何人以任何形式在本站发表与中华人民共和国法律相抵触的言论!
    © 版权声明
    THE END
    喜欢就支持一下吧
    点赞32 分享
    评论 抢沙发

    请登录后发表评论

      暂无评论内容