<& ../header, title => "Search Form Examples", colour => 'purple' &>

Example 1: Simple search form

Here are some HTML code snippets that you can cut-and-paste into your own web pages to provide your users with an AustLII search interface. You can tweak these pages to your liking.

<& eginclude, file => "eg1", escape => 1 &>

It looks like this:

<& eginclude, file => "eg1" &>

 

Example 2: Search form with some options

The next bit of code adds some user control over the search options.

<& eginclude, file => "eg2", escape => 1 &>

It looks like this:

<& eginclude, file => "eg2" &>

 

Example 3: Subject specific search form

Here is a search form that covers only the High Court and Federal Court of Australia:

<& eginclude, file => "eg3", escape => 1 &>

It looks like this:

<& eginclude, file => "eg3" &>

 

<& ../footer &>