First time poster here pls be gentle!
I am trying to embed DuckDuckGo into web page but is it possible to change the embedding code so that the search results open in a new tab (ie not in the same tab)?
The script I am testing is as follows:
<iframe src="https://duckduckgo.com/search.html?prefill=Search DuckDuckGo" style="overflow:hidden;margin:0;padding:0;width:408px;height:40px;" frameborder="0"></iframe>
Note this is available here:
https://duckduckgo.com/search_box
I am trying to embed DuckDuckGo into web page but is it possible to change the embedding code so that the search results open in a new tab (ie not in the same tab)?
The script I am testing is as follows:
<iframe src="https://duckduckgo.com/search.html?prefill=Search DuckDuckGo" style="overflow:hidden;margin:0;padding:0;width:408px;height:40px;" frameborder="0"></iframe>
Note this is available here:
https://duckduckgo.com/search_box