I have 2 submit button one for submit the form details into db and another for fetch the details from db i have struglle in UI part
<input type="submit" id="RP" name="rp" value="Retrive balance" onclick="return showDiv()" />
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script>
function showDiv() {
document.getElementById('tbl').style.display = "block";
}</script>