主题 : 搜索引和擎搜索词 |
级别: 总版主
![]() |
3# 发表于:2017-03-16 14:39:24 IP:117.115.*.*
在前台模板的js里统计的<script type="text/javascript">
$(function() { Cms.siteFlow("${base}", location.href, document.referrer, "${site.config.flowSwitch?string}"); $.cookie("_site_id_cookie","${site.id!}",{path: '${base}' }); }); </script> |
||
---|---|---|---|
级别: 商业授权用户
![]() |
10# 发表于:2017-03-16 15:09:04 IP:113.164.*.*
<form action="${base}/search.jspx" target="_blank">
<input style="width: 650px; height: 30px;" name="q" value="${q!'请输入关键词'}" type="text" id="stxt" onfocus="if(this.value=='请输入关键词')this.value=''" onblur="if(this.value=='')this.value='请输入关键词'" maxlength="24" autocomplete="off" /> <span id="fid_box"> <select name="channelId" id="stxt2" style="height: 32px;width:200px"> <option value="">所有信息</option> [@cms_channel_list] [#list tag_list as c] <option value="${c.id}">${c.name}</option> [/#list] [/@cms_channel_list] </select> </span> <input type="submit" id="btnSearch" value="搜索" style="border: 0px currentColor; border-image: none; width: 50px; height: 32px; color: rgb(255, 255, 255); background-color: rgb(27, 94, 150);" /> </form> 这是索搜的代码,加你给的js静态化错误 |
||
---|---|---|---|