0

I'm looking to autopopulate a search form entry using just a hyperlink. I do not have access to site in question and when the form is filled in manually the link is http://siteinquestion.com/search

As an example it would be a case of adding a link to google.com that then automatically searched for the term I put in the link e.g. http://www.google.com/mysearchterm

Any advice appreciated.

4

1 回答 1

0

**更新,这不适用于相关网站。如果您尝试这样做,请记住清除您的历史记录并使用隐私浏览。叹。

好的,一旦我意识到自动填充是一个标签,就找到了答案。答案可以在这里找到:

在目标页面上创建一个自动填充字段的链接

简而言之,使用 firebug 或等效工具来查找表单的输入 ID。然后使用查询字符串完成表单。

在这种情况下,它看起来像这样:

http://www.somesite.com/search?quickSearchText=texttosearchwith

其中 quickSearchText 是输入 ID

于 2013-04-18T16:35:44.373 回答