Javascript 警报 - 删除“位于 ??? 的页面"说"

Javascript Alert - Removing quot;The page at ??? Saysquot;(Javascript 警报 - 删除“位于 ??? 的页面说)
本文介绍了Javascript 警报 - 删除“位于 ??? 的页面"说"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个表格,我正在使用 Javascript 来验证表格,所以如果您将一个字段留空,它会提示请填写您的姓名".

I have a form and I am using Javascript to validate the form so if you leave a field blank it will alert "Please fill in your Name".

如果我直接访问链接,它会完美运行.但这有点像小部件,所以我使用 iFrame 将其嵌入到其他站点中.当我嵌入它时,单击提交并显示一个空白字段:http://www.example 上的页面.com 说:请填写你的名字

If I go to the link directly, it works perfectly. But this is kind of like a Widget so I am using an iFrame to embed it into other sites. When I embed it, and click Submit with an empty field it says: The page at http://www.example.com says: Please fill in your name

有没有办法摆脱它?

推荐答案

不,没有.这是一种反网络钓鱼功能.

No, there isn't. It is an anti-phishing feature.

如果你想要一个没有它的对话框,那么你必须使用页面中的 HTML 元素来伪造它.

If you want a dialog without it, then you have to fake it using HTML elements in your page.

这篇关于Javascript 警报 - 删除“位于 ??? 的页面"说"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)