入力テキストを受け取り、そのGoogle検索結果を新しいタブに表示する入力フォームを作成したいと考えています。
新しいタブは、Google の SERP である必要があります。
これが私がこれまでに持っているものです。
<div id="searchContainer">
<form name="" action="" type="">
<input type="text" name="field" id="field" />
<input type="submit" name="submit" id="submit" value="Search" />
</form>
</div>
どうすればこれを行うことができますか?JavaScript を使用する必要がありますか?