<script> function alpj_gongdanhao() { var prefix = ''; for (var j = 0; j < 12; j++) { prefix = prefix + Math.floor(Math.random() * 15); } var pj_showGD =prefix; document.getElementById("gd_yanzhenghao").value = pj_showGD; } //获取文本框的值,若文本框为空则自动生成随机日期 function SJ_PageLoad(){ var neirong_sj = document.getElementById("gd_yanzhenghao").value; if ( neirong_sj == null || neirong_sj == undefined || neirong_sj=="" ){ console.log( alpj_gongdanhao() );//自动执行上方函数然后自动输入一个随机工单号 } } </script>--------------------------------------------------------
//判断浏览器是否重复提交了表单 $gd_chongfuPD=$_COOKIE["gd_chongfuPD"]; if($gd_chongfuPD==$_GET['gd_yanzhenghao']){ $gd_chongfuPD=''; // 发送一个缓存cookie用做判断 setcookie("gd_chongfuPD",$gd_chongfuPD); header("location:/e/ShopSys/buycar/"); }else{ $gd_chongfuPD=$_GET['gd_yanzhenghao']; // 发送一个缓存cookie用做判断 setcookie("gd_chongfuPD",$gd_chongfuPD);
标签:
本文链接:https://www.xiaba.cc/html/202204/808.html
版权声明:站内所有文章皆来自网络转载,只供模板演示使用,并无任何其它意义!