Skip to content
Search! & Match! API
Iframe
latest

Iframe

Iframe🔗

The iframe HTML element can be used to embed Search! within an existing page. For example:

<iframe id="myIframe" width="100%" frameborder="0" scrolling="no" height="900"
    src="http://home.textkernel.nl/SearchBox/search.jsp">
</iframe>

The iframe contains the following attributes:

  • id: an identifier to be used to refer to this iframe from within scripts.
  • width: the desired width, set to 100% to span the entire page width.
  • frameborder: set to 0 to hide the border.
  • scrolling: set to no to prevent double scroll bars.
  • height: initial height while rendering the page, will be adjusted dynamically.
  • src: the link to the Search! web page.