万年荔枝 2022-04-03 11:45 采纳率: 60%
浏览 216
已结题

火狐报错:Uncaught SyntaxError: missing ( before formal parameters 怎么解决

问题代码:

<!DOCTYPE html>
<html lang="en">

<head>
  <style>
    .box {
      position: relative;
      width: 400px;
      border-bottom: 1px solid #ccc;
      margin: 100px auto;
    }

    .box input {
      width: 370px;
      height: 30px;
      border: 0;
      outline: none;
    }

    .box img {
      position: absolute;
      top: 2px;
      right: 2px;
      width: 24px;
    }
  </style>
</head>

<body>
  <!--正文-->
  <div class="box">
    <img
      src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg-qn.51miz.com%2FElement%2F00%2F90%2F38%2F24%2Fce87f342_E903824_e765706b.png&refer=http%3A%2F%2Fimg-qn.51miz.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1651545581&t=72527a6535d3fb3c144fca140729c2c5"
      id="eye">
    <input type="password" id="pwd">
  </div>


  <script>
    var eye = document.getElementById('eye');
    var pwd = document.getElementById('pwd');

    eye.onclick = function {
      pwd.type = 'text';
    }
  </script>
</body>

</html>

目标是实现一个点击图片后,密码栏改变格式。但是实际应用的时候点图片没反应,浏览器报错
“Uncaught SyntaxError: missing ( before formal parameters”


还有一个问题,就是给图片套上一个lable(如下)有什么意义
我加上之后甚至多报了一个错

img

<!DOCTYPE html>
<html lang="en">

<head>
  <style>
    .box {
      position: relative;
      width: 400px;
      border-bottom: 1px solid #ccc;
      margin: 100px auto;
    }

    .box input {
      width: 370px;
      height: 30px;
      border: 0;
      outline: none;
    }

    .box img {
      position: absolute;
      top: 2px;
      right: 2px;
      width: 24px;
    }
  </style>
</head>

<body>
  <!--正文-->
  <div class="box">
    <lable for="">
      <img
      src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg-qn.51miz.com%2FElement%2F00%2F90%2F38%2F24%2Fce87f342_E903824_e765706b.png&refer=http%3A%2F%2Fimg-qn.51miz.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1651545581&t=72527a6535d3fb3c144fca140729c2c5"   id="eye">
    </lable>
    <input type="password" id="pwd">
  </div>


  <script>
    var eye = document.getElementById('eye');
    var pwd = document.getElementById('pwd');

    eye.onclick = function {
      pwd.type = 'text';
    }
  </script>
</body>

</html>
  • 写回答

2条回答 默认 最新

  • 嘉祐-小萝卜算子 2022-04-03 11:54
    关注

    少了个括号

    img

    
    <script>
        var eye = document.getElementById('eye');
        var pwd = document.getElementById('pwd');
     
        eye.onclick = function() {
          pwd.type = 'text';
        }
      </script>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 4月11日
  • 已采纳回答 4月3日
  • 创建了问题 4月3日

悬赏问题

  • ¥15 python安卓开发
  • ¥15 使用R语言GD包一直不出结果
  • ¥15 计算机微处理器与接口技术相关问题,求解答图片的这个问题,有多少个端口,端口地址和解答问题的方法和思路,不要AI作答
  • ¥15 如何根据一个截图编写对应的HTML代码
  • ¥15 stm32标准库的PID角度环
  • ¥15 ADS已经下载好了,但是DAS下载不了,一直显示这两种情况,有什么办法吗,非常急!
  • ¥100 Excel 点击发送自动跳转outlook邮件
  • ¥15 gis中用栅格计算器或加权总和后图层不显示,值也明显不对
  • ¥15 python使用python-pptx如何给幻灯片添加只读密码。
  • ¥15 深度神经网络传递自变量损失