Javascript函数从浏览器快捷方式提交表单

时间:2018-02-09 12:13:21

标签: javascript form-submit shortcut

要在此分析网站上提交多个网站:https://www.outiref.fr 我想创建一个浏览器快捷方式,自动将访问页面提交到此站点。

我使用“site:”提交谷歌搜索的快捷方式相同:

javascript:(function(){window.open('http://www.google.com/search?tbs=cdr%3A1%2Ccd_min%3A1%2F1%2F2000&q=site%3A'+encodeURIComponent(location.href))})();

我尝试使用相同的方法,但我无法用

实现我的目标

javascript:(function(){window.open('https://www.outiref.fr')(
window.location='https://www.outiref.fr')(document.getElementById("audit_uri")(encodeURIComponent(location.href)).InputEvent(document.getElementById("audit_save").submit()))})();

编辑:我想填写表单,而不是提交表单。

1 个答案:

答案 0 :(得分:1)

那是不可能的。 Google提供了像/ search = XXX这样的网址,可直接启动搜索,但不提供outiref。在outiref中,搜索仅在JS中进行,您无法从您的网站触发其他网站中的元素。

此外,outiref仅提供带有/ YOUR_SEARCH的网址,但我们无法使用该网址,因为网页已缓存并且之前已生成。您可以看到,因为在https://www.outiref.fr/audit+test.com+5a7d91599a8a836.php的网址中,您在网址的最后部分有一个hase,但您无法直接访问https://www.outiref.fr/audit+test.com.php