为什么h5中调用js文件中的函数方法不行呀?将js放在body中就可以了?
为什么h5中调用js文件中的函数方法不行呀?将js放在body中就可以了?js文件(简化后的):window.onload=functionf(){functionche...
为什么h5中调用js文件中的函数方法不行呀?将js放在body中就可以了?js文件(简化后的):
window.onload=function f()
{
function check()
{
return false;
}
}
h5代码:
<form action="AdminLogin.jsp" method="post" onsubmit="return check()">
<input type="submit" id="submit1" value="登 陆"/>
</form>
引用方式
<script src="/js.js" type="text/javascript"></script>
报错:
Refused to execute script from 'http://localhost:63342/js.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
不管怎么样,点登录按钮,都会提交表单。但如果我把js直接放在h5文件当中,就何以阻止提交表单,这是为什么? 展开
window.onload=function f()
{
function check()
{
return false;
}
}
h5代码:
<form action="AdminLogin.jsp" method="post" onsubmit="return check()">
<input type="submit" id="submit1" value="登 陆"/>
</form>
引用方式
<script src="/js.js" type="text/javascript"></script>
报错:
Refused to execute script from 'http://localhost:63342/js.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
不管怎么样,点登录按钮,都会提交表单。但如果我把js直接放在h5文件当中,就何以阻止提交表单,这是为什么? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询