网友真实露脸自拍10p,成人国产精品秘?久久久按摩,国产精品久久久久久无码不卡,成人免费区一区二区三区

幫助

易優CMS搜索必填代碼

2019-10-16 16:12 易優技巧
下面紅色代碼是實現搜索必填功能的代碼,只需在原有的搜索代碼內加入就行。
{eyou:searchform type='default'}
  <form method="get" action="{$field.action}" onsubmit="return searchForm();">
{$field.hidden}
 <input type="text" name="keywords" id="keywords" placeholder="請輸入關鍵字">
<input type="submit" value="搜索">
  </form>
<script>
function searchForm()
{
var keywords = document.getElementById('keywords').value;
if (keywords == '') {
alert('請輸入關鍵字');
return false;
}
return true;
}
</script>
{/eyou:searchform} 


標簽: 搜索
QQ在線咨詢
AI智能客服 ×