Joseph Gonzales - 2005-11-04

The link is Situs Address and I need to click it, but...Ok here is the code:

<label onclick="PostDataToSearch()">Show <b>Situs Address</b></label>

now bellow all the html code you find PostData...

</body>
<script language="javascript">

 
  function PostDataToSearch(){
    var LegalDesc = "1";
   
    if( LegalDesc == "1" )
      document.getElementById("LegalDesc").value = "0";
    else
      document.getElementById("LegalDesc").value = "1";
  
    document.getElementById("SearchPost").submit()
   
    return true;
  }

all the help would be appreciated...