www.texasbarcle.com Open in urlscan Pro
216.82.192.99  Public Scan

Submitted URL: https://www.texasbarcle.com/
Effective URL: https://www.texasbarcle.com/CLE/Home.asp
Submission: On May 08 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: thisformGET

<form method="get" name="thisform" target="_BLANK" action="">
  <input type="Hidden" name="uid" value="2">
  <input type="Hidden" name="state" value="tx">
  <input type="Hidden" name="CameFromTxBarCLEHomePage" value="1">
  <input type="Hidden" name="CameFromHomeTestPage" value="1">
  <!-- <input type="Hidden" name="collection" value="F30"> -->
  <table bgcolor="#EBEBEB" border="0" cellspacing="0" cellpadding="0" width="191">
    <tbody>
      <tr>
        <td valign="top" bgcolor="EBEBEB">
          <img src="../CLE/images/FreeLegalResearch.jpg" width="191" height="56" border="0">
          <div id="tabPages">
            <div id="Fastcase" style="display: block;">
              <table bgcolor="#EBEBEB" border="0" cellspacing="0" cellpadding="0" width="191">
                <tbody>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/FastcaseLogo.jpg" width="191" height="58" border="0"></td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="17" border="0"></td>
                  </tr>
                  <tr>
                    <td colspan="10" bgcolor="EBEBEB">
                      <center>
                        <span class="BodyTextBold">Choose Collection</span>
                        <select name="tableFC" size="1" onchange="setSearchOptionsFC();">
                          <option value="txcaselaw" selected="">Texas Case Law</option>
                          <option value="txcode">Texas Statutes</option>
                        </select>
                      </center>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="10" border="0"></td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB">
                      <center>
                        <span class="BodyText">Enter a Citation</span><br>
                        <input type="Text" name="volumeFC" onfocus="clearSearchFC();clearVolumeFC();" size="1" maxlength="4">
                        <select name="editionFC" size="1">
                          <option value="S.W.2d" selected="">S.W.2d</option>
                          <option value="S.W.3d">S.W.3d</option>
                          <option value="S.W.">S.W.</option>
                        </select>
                        <input type="Text" name="pageFC" onfocus="clearSearchFC();clearPageFC();" size="2" maxlength="5">
                      </center>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="6" border="0"></td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB">
                      <center>
                        <span class="BodyText"><b>OR</b> enter search terms</span><br>
                        <input type="Text" name="searchFC" onfocus="clearSearchFC();clearVolumeFC();clearPageFC();" size="20" maxlength="200">
                      </center>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="12" border="0"></td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB">
                      <center>
                        <a href="javascript:submitPage('FCGateway.asp')" onmouseout="RestoreImage('aSearchBtn');StatusMsg('');return true;" onmouseover="StatusMsg('Perform your search');SwapImage('aSearchBtn');return true;"><img name="aSearchBtn" src="../CLE/images/aSearchBtn.gif" width="74" height="26" border="0" alt="Perform your search"></a>
                      </center>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="4" border="0"></td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB">
                      <center>
                        <a href="javascript:displayWindow('site/helpfiles/FastcaseHelp.asp',670,400)" class="MenuTextGrey" title="Get help on searching" onmouseover="StatusMsg('Get help on searching');return true;" onmouseout="StatusMsg('');return true;">Search Tips</a>
                      </center>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="12" border="0"></td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </td>
      </tr>
      <tr>
        <td valign="top" bgcolor="EBEBEB"><img src="../CLE/images/spacer.gif" width="191" height="3" border="0"></td>
      </tr>
    </tbody>
  </table>
  <script language="JavaScript">
    <!--
    function setSearchOptions() {
      var iIndex = document.thisform.table.selectedIndex
      var sTable = document.thisform.table.options[iIndex].value
      if (sTable == "txcaselaw") {
        document.thisform.volume.disabled = false;
        document.thisform.edition.disabled = false;
        document.thisform.page.disabled = false;
        document.thisform.volume.focus();
      } else {
        document.thisform.volume.disabled = true;
        document.thisform.edition.disabled = true;
        document.thisform.page.disabled = true;
        document.thisform.search.focus();
      }
    }

    function setSearchOptionsFC() {
      var iIndex = document.thisform.tableFC.selectedIndex
      var sTable = document.thisform.tableFC.options[iIndex].value
      if (sTable == "txcaselaw") {
        document.thisform.volumeFC.disabled = false;
        document.thisform.editionFC.disabled = false;
        document.thisform.pageFC.disabled = false;
        document.thisform.volumeFC.focus();
      } else {
        document.thisform.volumeFC.disabled = true;
        document.thisform.editionFC.disabled = true;
        document.thisform.pageFC.disabled = true;
        document.thisform.searchFC.focus();
      }
    }

    function submitPage(sCallPage) {
      var bSkip = false
      var bAbort = false
      var bUseCite = false
      var iTest = 0
      if ((document.thisform.volumeFC.value > '') || (document.thisform.pageFC.value > '')) {
        if ((document.thisform.volumeFC.value > '') && (document.thisform.pageFC.value > '')) {
          iTest = parseInt(document.thisform.volumeFC.value)
          if (isNaN(iTest)) {
            alert('The citation volume number entered is invalid.')
            document.thisform.volumeFC.focus()
            bAbort = true
          }
          if (!bAbort) {
            iTest = parseInt(document.thisform.pageFC.value)
            if (isNaN(iTest)) {
              alert('The citation page number entered is invalid.')
              document.thisform.pageFC.focus()
              bAbort = true
            }
          }
          if (!bAbort) {
            bUseCite = true
            document.thisform.tableFC.selectedIndex = 0
          }
        } else {
          alert('Your citation is incomplete.')
          if (document.thisform.volumeFC.value > '') {
            document.thisform.pageFC.focus()
          } else {
            document.thisform.volumeFC.focus()
          }
          bAbort = true
        }
      }
      if (!bAbort) {
        document.thisform.action = sCallPage
        document.thisform.submit()
      }
    }

    function clearSearch() {
      document.thisform.search.value = ''
    }

    function clearVolume() {
      document.thisform.volume.value = ''
    }

    function clearPage() {
      document.thisform.page.value = ''
    }

    function clearSearchFC() {
      document.thisform.searchFC.value = ''
    }

    function clearVolumeFC() {
      document.thisform.volumeFC.value = ''
    }

    function clearPageFC() {
      document.thisform.pageFC.value = ''
    }
    //
    -->
  </script>
  <br><img src="../CLE/images/spacer.gif" width="191" height="1" border="0" alt="">
</form>

Text Content

Home State Bar of Texas
Texas Bar College
Online Library texasbarcollege.com
Legal Specialization
TexasBarBooks



Scholarship Info    Prospective Speakers    Volunteer Resources   
Privacy Notice    Terms & Conditions    Disclaimer    Copyright Notice   

Notice×

We use cookies to ensure you have the best experience on our website and to
analyze site performance and usage. By clicking 'X' or continuing to use the
site, you agree to our use of cookies. To find out more, visit our Cookie and
Privacy Policy.

Free Online Classes / mp3 Search the Classroom

Free Ethics Articles Subscribe to the Library Search the Library

Course Books from My CLE Events Individual Articles from My CLE Events
Presentation Slides from My CLE Events Classes / mp3s from My CLE Events
TexasBarBooks Online TexasBarBooks Digital Downloads

Practice Manuals Texas Pattern Jury Charges



Choose Collection Texas Case Law Texas Statutes Enter a Citation
S.W.2d S.W.3d S.W. OR enter search terms
Search Tips