index.js 411 B

1234567891011121314151617
  1. //资讯评论
  2. function newspj(){
  3. t=document.getElementById("pjt").value;
  4. if(t==""){alert("请输入评价内容");document.getElementById("pjt").focus();return false;}
  5. f1.action="newspj.php";
  6. }
  7. //弹出登录窗口
  8. function tclogin(){
  9. layer.open({
  10. type: 2,
  11. area: ['650px', '415px'],
  12. title:["快捷登录","text-align:left"],
  13. skin: 'layui-layer-rim', //加上边框
  14. content:['../tem/openw.php', 'no']
  15. });
  16. }