vikash12345 / Uk-insolvency-Cases

Information of Individual Insolvency Register


Contributors vikash12345

Last run completed successfully .

Console output of last run

Injecting configuration and compiling... Injecting scraper and running... <!-- ************************************************************ INSOLVENCY SERVICE - INDIVIDUAL INSOLVENCY REGISTER ************************************************************ COMPONENT ASP Page COMPONENT NAME IIRSearchNames.asp AUTHOR Ray Murphy DATE WRITTEN June 2001 COMPONENT SUMMARY Presents a list of Individuals who have matched the search criteria input by the user on the associated IIRRegisterNameInput page, where a search has been issued against the Individual Insolvency Register using name details for the search criteria. STYLESHEET INCLUDES GENERAL NOTES BROWSER COMPATIBILITY ISSUES JavaScript function change() only works in IE based browsers CHANGE HISTORY re-written by Richard Hope Hope March 2004 to incorporate stored procedures and 'look and feel' of departmental website ************************************************************ END OF COMPONENT HEADER DOCUMENTATION ************************************************************ --> <!-- Use same DOCTYPE as used on www.ukonline.gov.uk --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html lang="en"> <head> <meta name="robots" content="noindex,noarchive,nosnippet,nofollow"> <script language="JavaScript"> <!-- //************************************************************************************* // Purpose: :To display address details of Bankrupt. // Function :Displays details passed in from recordset // Usage :Called by mouse-over event on table row. // Notes :Only works in IE //************************************************************************************* function change(html) { additionalstuff.innerHTML=html; } //**************************************************************************************** // put a space in div so that lines don't shrink together //**************************************************************************************** function setAddStuff() { additionalstuff.innerHTML="&nbsp;"; } function newSearch() { } //--> </script> <!-- ## Title --> <title>Individual Insolvency Register - Name Search Results</title> <!-- Stylesheet --> <link rel="stylesheet" type="text/css" href="styles/iirstyle.css"> </head> <body onload="setAddStuff();"> <div id="insslogo">&nbsp;</div> <div id="mainbody"> <div id="topnav"> <ul id="navlist"> <li><a href="https://www.insolvencydirect.bis.gov.uk/eiir/">Home</a></li> <li><a href="https://www.gov.uk/search-bankruptcy-insolvency-register">Register Info</a></li> <li><a href="IIRMasterPage.asp" accesskey="M">Register Main Menu</a></li> <li><a href="IIRFeedbackPage.asp">Register Feedback</a></li> <li><a href="IIRFAQ.asp">Register FAQ</a></li> </ul> </div> <!-- BEGIN PAGE-SPECIFIC BODY CONTENT FOR IIRSearchNames.asp --> <h1>Individual Insolvency Register</h1> <h2>Search Results</h2> <h5>Surname starting with <font color='#ff0000'>A</font><br>Forename was left blank<br>Searching across <font color='RED'> ALL </font> courts in England and Wales</h5>Your search returned<b> 13734</b> records.<br>Click on the <b>Surname</b> to see the Individual Insolvency Register Report<br><br> <i><strong><font color='red'>Also included in the results of your search will be those individuals with an alias or a previous name which matches your search criteria.</font></strong></i><br> <br> <!-- <TABLE border=4 CELPADDING="2" CELLSPACING="0" WIDTH=75%> --> <table class=DataTable id=MyTable style="behavior:url(scripts/RowHighlight.htc); BORDER: #000080 1px solid; WIDTH: 99%; background-color:#f9f9f9;" bordercolor="#000080" cellspacing="0" cellpadding="2" border="0" dragcolor='green' slcolor="red" hlcolor="#ffffcc" bgcolor="#fff8dc"> <thead> <tr> <td class=DataTableHeader nowrap valign="top" width="20%" align="left">Forename</td> <td class=DataTableHeader nowrap valign="top" width="20%" align="left">Surname</td> <td class=DataTableHeader nowrap valign="top" width="10%" align="left">Date Of<br>Birth</td> <td class=DataTableHeader nowrap valign="top" width="10%" align="left">Court</td> <td class=DataTableHeader nowrap valign="top" width="15%" align="left">Number</td> <td class=DataTableHeader nowrap valign="top" width="10%" align="left">Start<br>Date</td> <td class=DataTableHeader nowrap valign="top" width="15%" align="left">Type</td> </tr> </thead> <tbody> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "SAMIA" + " " + "AADDI" + " is " + "80 Bellenden Road" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">SAMIA</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702345153&IndivNo=705233899&Court=&OfficeID=500000139&CaseType=D ">AADDI</a></td> <td valign="top" width="10%">25/09/1974</td> <td valign="top" width="10%"></td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'>DRO5131419</td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">13/09/2017 11:38:44</td> --> <td valign="top" width="10%">13/09/2017</td> <td valign='top' width='15%' title='Visit the FAQ page for more information about Debt Relief Orders'>Debt Relief Order</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "Imaan" + " " + "Aaliyah" + " is " + "23 Reeves Way" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">IMAAN</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702355177&IndivNo=705257747&Court=VOL&OfficeID=600000127&CaseType=I ">AALIYAH</a></td> <td valign="top" width="10%">17/06/1982</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">30/08/2017</td> --> <td valign="top" width="10%">30/08/2017</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "AAMER NAWAZ" + " " + "AAMER" + " is " + "Flat 12 Portland Court" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">AAMER NAWAZ</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702297775&IndivNo=705124235&Court=&OfficeID=500000139&CaseType=D ">AAMER</a></td> <td valign="top" width="10%">05/04/1976</td> <td valign="top" width="10%"></td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'>DRO5088061</td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">20/07/2017 13:00:19</td> --> <td valign="top" width="10%">20/07/2017</td> <td valign='top' width='15%' title='Visit the FAQ page for more information about Debt Relief Orders'>Debt Relief Order</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "TAYYABA" + " " + "AAMER" + " is " + "15 Copes Avenue" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">TAYYABA</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702405739&IndivNo=705378785&Court=&OfficeID=500000139&CaseType=D ">AAMER</a></td> <td valign="top" width="10%">05/06/1981</td> <td valign="top" width="10%"></td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'>DRO5188327</td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">23/11/2017 09:58:55</td> --> <td valign="top" width="10%">23/11/2017</td> <td valign='top' width='15%' title='Visit the FAQ page for more information about Debt Relief Orders'>Debt Relief Order</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "Sabahat" + " " + "Aamir" + " is " + "Flat 3-1 Apprentice Gardens" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">SABAHAT</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=701932657&IndivNo=704306663&Court=VOL&OfficeID=600000127&CaseType=I ">AAMIR</a></td> <td valign="top" width="10%">14/06/1978</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">28/06/2016</td> --> <td valign="top" width="10%">28/06/2016</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "Shahana" + " " + "Aamir" + " is " + "46 Salcombe Road" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">SHAHANA</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=701130609&IndivNo=702520291&Court=VOL&OfficeID=600000127&CaseType=I ">AAMIR</a></td> <td valign="top" width="10%">23/10/1970</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">09/10/2013</td> --> <td valign="top" width="10%">09/10/2013</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "Shahzad" + " " + "Aamir" + " is " + "46 Salcombe Road" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">SHAHZAD</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=701130607&IndivNo=702520289&Court=VOL&OfficeID=600000127&CaseType=I ">AAMIR</a></td> <td valign="top" width="10%">30/09/1968</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">09/10/2013</td> --> <td valign="top" width="10%">09/10/2013</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "CHANGIZ" + " " + "AARABI" + " is " + "50 MATLOCK ROAD" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">CHANGIZ</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=42398103&IndivNo=1&Court=STOCK&OfficeID=600000107&CaseType=B ">AARABI</a></td> <td valign="top" width="10%">13/02/1967</td> <td valign="top" width="10%">STOCK</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'>0000106</td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">26/02/2009</td> --> <td valign="top" width="10%">26/02/2009</td> <td valign='top' width='15%' title='Visit the FAQ page for more information about bankruptcy'>Bankrupt</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "Lyssa" + " " + "Aardenne" + " is " + "54 Hurstdene Avenue" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">LYSSA</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702346257&IndivNo=705235887&Court=VOL&OfficeID=600000127&CaseType=I ">AARDENNE</a></td> <td valign="top" width="10%">31/08/1981</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">30/08/2017</td> --> <td valign="top" width= "10%">30/08/2017</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "Ouissam" + " " + "Aariba El Allali" + " is " + "41a Drayton Grove" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">OUISSAM</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702096787&IndivNo=704649049&Court=VOL&OfficeID=600000127&CaseType=I ">AARIBA EL ALLALI</a></td> <td valign="top" width="10%">12/08/1991</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">24/11/2016</td> --> <td valign="top" width="10%">24/11/2016</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "Antonia Michelle" + " " + "Aaron" + " is " + "8 Fulmar Crescent" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">ANTONIA MICHELLE</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702214317&IndivNo=704916907&Court=VOL&OfficeID=600000127&CaseType=I ">AARON</a></td> <td valign="top" width="10%">08/08/1989</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">24/03/2017</td> --> <td valign="top" width="10%">24/03/2017</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "Ashley Steven" + " " + "Aaron" + " is " + "68a Antill Road" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">ASHLEY STEVEN</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702037479&IndivNo=704544741&Court=VOL&OfficeID=600000127&CaseType=I ">AARON</a></td> <td valign="top" width="10%">27/05/1981</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">10/10/2016</td> --> <td valign="top" width="10%">10/10/2016</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "Kevin Lee" + " " + "Aaron" + " is " + "15 Maythorne Close" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">KEVIN LEE</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=702210185&IndivNo=704906015&Court=BRAD&OfficeID=600000127&CaseType=I ">AARON</a></td> <td valign="top" width="10%">15/03/1981</td> <td valign="top" width="10%">BRAD</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">17/03/2017</td> --> <td valign="top" width="10%">17/03/2017</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> <tr bgcolor="white" nowrap onmouseover='javascript:change("<i>The address for " + "Mark Andrew" + " " + "AARON" + " is " + "35 Broadway" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">MARK ANDREW</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=19012926&IndivNo=1&Court=WAKE&OfficeID=600000061&CaseType=B ">AARON</a></td> <td valign="top" width="10%">23/04/1971</td> <td valign="top" width="10%">WAKE</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'>0000127</td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">24/11/1999</td> --> <td valign="top" width="10%">24/11/1999</td> <td valign='top' width='15%' title='Visit the FAQ page for more information about bankruptcy'>Bankrupt</td> </tr> <tr bgcolor="whitesmoke" nowrap onmouseover='javascript:change("<i>The address for " + "Alexander" + " " + "Aarons" + " is " + "Jordans London Road" + "</i>")' onmouseout="javascript:change('')"> <td valign="top" width="20%">ALEXANDER</td> <td valign="top" width="20%" id="navDet" title="Click here to view the Individual Insolvency Register Report"><a id="navDet" href="IIRCaseIndivDetail.asp?CaseId=701949315&IndivNo=704349815&Court=VOL&OfficeID=600000127&CaseType=I ">AARONS</a></td> <td valign="top" width="10%">04/04/1974</td> <td valign="top" width="10%">VOL</td> <!-- For new DRO and DRRO Case Types, the value under Number comes from new column iscis_case_ref on ci_case For all other existing Case Types, the value under Number still comes from column court_no on ci_case --> <td valign='top' width='15%'></td> <!-- Original formatting of Order Date pre-DRO, with DRO Order Date being received with time as well <td valign="top" width="10%">25/07/2016</td> --> <td valign="top" width="10%">25/07/2016</td> <td valign='top' width='15%' title='Individual Voluntary Arrangement - See the FAQ page for more information on IVAs'>IVA</td> </tr> </tbody> </table> <hr> <div id="additionalstuff"></div> <hr> Page <font color='#ff0000'><strong>1</strong></font> of <font color='#ff0000'><strong>916</strong></font> pages <br>Go to page <font color='#ff0000'><strong>1</strong></font>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=2&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>2</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=3&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>3</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=4&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>4</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=5&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>5</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=6&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>6</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=7&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>7</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=8&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>8</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=9&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>9</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=10&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>10</a>&nbsp;&nbsp;<a accesskey='iCount' href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=11&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>11</a>&nbsp;&nbsp;<a href='/eiir/IIRSearchNames.asp?court=ALL&CourtName=&Office=&OfficeName=&page=916&surnamesearch=A&forenamesearch=ALLFORENAMES&OPTION=NAME&tradingnamesearch='>Last&gt;&gt;</a>&nbsp;&nbsp; <!--<form name="frmNew" id="frmNew" action="" method="post"> <p align="left"> Would you like to conduct another search ? <br><br> <select name="cboNew" id="cboNew" > <option value="1" selected>Return to search page to change name details</option> <option value="2">Conduct a completely new search</option> </select> <br><br> <input type="button" name="btnNew" id="btnNew" onclick="newSearch();" value="Go" class="btn" onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'" STYLE="width:150" title="Alt and N" accesskey="N"> </p> </form>--> <br> <br> <br> <br> <table bgcolor=#ffffff border=0 cellpadding=3 cellspacing=0 width="100%"> <tr> <td bgcolor=#ffffff height=18 width="100%"> <table border=0 cellpadding=0 cellspacing=0 width="100%"> <tr> <td align=middle colspan=3 valign=top width="100%"></td> </tr> <tr> <td align=middle valign=top> <font face=Arial size=2> <a href="http://www.gov.uk/" target=_blank> <img border="0" src="images/govuk.jpg" alt="government information and services online" align="left" width="147" height="33"> </a> </font> </td> <td align=middle valign=center width="100%"> <p align="center"> <font face=Arial size=1> <a href="disclaimer.asp">Disclaimer</a> | <a href="https://www.gov.uk/government/organisations/insolvency-service/about/personal-information-charter">Information Charter / Privacy Statement</a> | <a href="https://www.gov.uk/government/organisations/insolvency-service/about/complaints-procedure">Complaints Procedure</a> | <a href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">Crown Copyright 2017</a> </font> </p> </td> <td valign="top" width="274" height="39" align="right"> <a href="https://www.gov.uk/government/organisations/department-for-business-innovation-skills"> <img border="0" src="images/orglogo.gif" width="150" height="33"> </a> </td> </tr> </table> </td> </tr> </table> <!-- END OF PAGE-SPECIFIC BODY CONTENT FOR IIRSearchNames.asp --> </div> </body> </html>

Statistics

Average successful run time: half a minute

Total run time: about 1 hour

Total cpu time used: 1 minute

Total disk space used: 57.1 KB

History

  • Manually ran revision cdcb9a5b and completed successfully .
    nothing changed in the database
  • Manually ran revision cdcb9a5b and completed successfully .
    nothing changed in the database
  • Manually ran and failed .
  • Manually ran revision 5c89c965 and completed successfully .
    2 records added in the database
  • Manually ran revision 5c89c965 and completed successfully .
    nothing changed in the database
  • ...
  • Created on morph.io

Show complete history

Scraper code

Uk-insolvency-Cases