参考了http://http://forum.lifetype.org.tw/index.php?topic=1071.0,
{literal}
<script language="javascript" type="text/javascript">
function check(){
var from = document.referrer
var here = "http://***.com/"
if (from.substring(0,here.length) != here) {
alert('来源不明');
return(false);
}
}
</script>
{/literal}
在提交表单时作验证
没有点smarty基础,光模仿还是比较难的,决定开始学习smarty