To make a search box that will search the OPLIN "about:books" web page, you need to make a web form that:
An example of this is below.
<form action="http://aboutbooks.info" method="get"> <input type="text" name="query" /> <input type="submit" value="Search" /> </form>
...which makes a search box like this: