Help required with submit button UI

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>

This isn’t a complete form, and frankly looks more like a random selection of lines of code.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.