帝国CMS二次开发关键字,Tags同步更新

修改系统special.field (特殊属性字段)字段<script language="javascript">
function copykeyword(){
document.getElementById("keyword").focus()
document.getElementById("keyword").select()
do

[时间:11-15]    [浏览:]    [放入收藏夹]    [查看详情]

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


  本文转载自:精准像素:11px.cn ,感谢作者分享实用知识


标签: