% if strTemplateMode = "execute" then ' execute mode ' this code is executed in the Foundation Framework before ' any other part is executed. ' BEWARE - This is inserted in the HEAD of the page and should ' only contain ASP code or valid values for the HEAD section of ' a HTML page. ' depending if the heading is to be displayed, the value ' is pushed up to the container page. if "" <> "1" then if strContainedPageName = "" then strContainedPageName = "Search civil files (eCourts)" else strContainedPageName = strContainedPageName + strContainerPageNameSeperator + "Search civil files (eCourts)" end if end if else ' display mode %>
The court offers party search facilities to litigants via the internet.
Choose party search from the side menu to search for file details based on the party name or file number etc.
Please read the guide to searching before using the party search page.
New: To find out when the available files data was last updated or how far the records go back for each registry, go to the available files information.
A document list is available for each file via the party search results.
For example, if you search for the file number, there will be a link to the document list on the search results screen.
Last updated Monday, January 07, 2008 14:32
<% end if %>