M
M
motcart2020-08-20 09:07:40
Google
motcart, 2020-08-20 09:07:40

How to generate a GET request in Google search?

There is a form of three fields for searching in Google: the request itself, on which site to search and the choice of http or https.
The request goes to the address

<form action="https://www.google.com/search?" method="get">

But the values ​​of the three fields are formed through an equal sign (=). Like this:
https://www.google.ru/search?q=запрос&+site:=sitename.ru&+inurl:=https

How to make it look like this:
https://www.google.ru/search?q=запрос+site:sitename.ru+inurl:https

I tried to combine three fields using JS, but the = sign is also inserted.
Without the participation of PHP or other languages, only in HTML. Maybe?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question