Home  >  Article  >  Backend Development  >  html+php+jave script一个有关问题

html+php+jave script一个有关问题

WBOY
WBOYOriginal
2016-06-13 13:40:181002browse

html+php+jave script一个问题
我想在一个表格里点击某行记录,然后表格上方或下方显示另外一个表格显示该记录详细信息。如何做?谢谢



------解决方案--------------------

HTML code

<!-- a.html -->
<script src="a.js"></script>
<a onclick="tophp()">详细信息</a>
<div id="show"></div> <div class="clear">
                 
              
              
        
            </div>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn