Registration information page??_html/css_WEB-ITnose
想做个 网页录入的网页 先是录入信息 好多选项给人填写 然后 下面可以按条件查找 修改 记录
现在 录入部分太难看了 项目太多 堆起来太不美观 想弄成 比如 “用户基本信息” 这几个字 点一下 下面就显示 姓名 性别 等等的 信息 让人填写 “联系方式” 点一下 直前点过的“用户基本信息” 那项目就消失 直接就变 联系方式的 信息 填写框 类似的·· 是不是 画好个 然后隐藏 点下项目就显示 出来 给人填写的? 我是这么想的 但是弄不来
新手上路请多关照· 求详细代码 步骤··· 我用dreamweaver的
回复讨论(解决方案)
像你说的用js就可以实现了
怎么弄呢?
js+css 先了解css吧,然后再过渡到jquery.
要学的东西还很多,如果基础不行那么就先别想那么多花俏的东西.
$conn=mysql_connect("localhost","xypi20","a16812343");
mysql_select_db("js");
mysql_query("set names 'gb2312'");
$kind = $_GET['id'];
/*session_start();
if(!isset($_SESSION['keyword']))
echo"<script>alert('请登录!');location.href='login.php';</script>";*/
echo $kind;
session_start();
$fuck=$_SESSION['keyword'];
echo $fuck;
if( $kind!=$fuck or !$fuck)
echo"<script>alert('请登录!');location.href='login.php';</script>";
?>
操作 | 村别 | 组别 | 育妇姓名 | 育妇出生日期 | 育妇婚姻状况 | 丈夫姓名 | 丈夫出生日期 | 丈夫婚姻状况 | 育妇初婚日期 | 结婚日期 | 怀孕时间 | 怀孕政策属性 | 怀孕终止时间 | 怀孕终止地 | 男孩数 | 女孩数 | 末子出生日期 | 末子性别 | 出生政策内外 | 避孕状况 | 避孕开始日期 | Surgery location | Remarks | &kind="> Passed | &kind="> ; Failed | &kind="> php echo $array["Name of the mother-in-law"];?> | < ;/td> ["Place of pregnancy termination"];?> |
This code is too ugly ~~~~ Looking for education~~
That’s it. Who can help me arrange the layout? I’ll kneel down and thank you. I really can’t do it~~ It’s too ugly...

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...
