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

WBOY
Release: 2016-06-13 13:40:18
Original
963 people have browsed it

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>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!