您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程

帝国Tags和关键字怎么同步更新

任康焕2023-05-18 21:14:21帝国CMS教程已有人查阅

导读帝国Tags和关键字同步更新的方法教程,修改系统special.field (特殊属性字段)字段

帝国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>

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

相关标签