联系官方销售客服
1835022288
028-61286886
请问一下前端提交的表单会自动过滤危险值吗?如script,alert等等。
还有网站搜索值会自动过滤吗?如script,alert等等。
<form class="search-form" action="/index.php" method="get"> <input type="hidden" name="s" value="news"> <input type="hidden" name="c" value="search"> <table> <tr> <td ><input type="text" name="keyword" class="input_t" autocomplete="off" value="请输入您要搜索的关键词" onfocus="if(this.value=='请输入您要搜索的关键词'){this.value=''}" onblur="if(this.value==''){this.value='请输入您要搜索的关键词'}"/></td> <td > <input type="image" class="button fl btn input_b" src="{THEME_PATH}default/home/picture/input_an.jpg"> </td> </tr> </table> </form>
插件版权:官方插件
插件名称:全局网站表单