就是这个 前台的写了页面 让我去实现它 这个是在页面的基础上点击注册单出一个小窗口一样 但是我是个新手一点项目么做过 只能请教大神们了 感谢大神们指点 说的详细点 具体要写什么 感谢了
这是前台的部分代码
回复讨论(解决方案)
http://yuncode.net/code/c_506e9095772593
http://yuncode.net/code/c_506e9095772593
额 前台已经写出你要说的那个了 我要实现它 但是他不是另起一个页面 而是想你说的那样 我改怎么把它实现呢
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title><script src="http://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script><style>*{margin:0; padding:0; border:none;}</style></head><body><div id="zhezhao" style="background:#000000; opacity:0.7; height:100%; width:100%; position:fixed; top:0; left:0; z-index:10"></div><div id="tanzhuang" style=" background:#FFFFFF;position:fixed; z-index:100;width:80%;"><span id="close" style="float:right;font-size:40px">X </span><iframe style=" float:left;width:100%; height:500px;" src="http://www.baidu.com"></iframe></div><button id="open" style="font-size:56px;">打开</button></body><script>///显示弹窗$('#open').click(function(){$('#zhezhao').show();$('#tanzhuang').show(); });//关闭弹窗$('#close').click(function(){$('#zhezhao').hide();$('#tanzhuang').hide(); });$(function(){//弹窗定位到屏幕中间;var window_height=$(window).height(); var window_width=$(window).width(); $('#tanzhuang').css('left',(window_width-$('#tanzhuang').innerWidth())*0.5).css("top",(window_height-$('#tanzhuang').innerHeight())*0.5) //});</script></html>
那个注册按钮好飘逸啊,输入框都没有对齐。
添加一个悬浮的div,把这个div做的跟突出的窗口一样就行了
你要实现什么哟? 前台都已经把页面写好了???js都写了,你要实现啥?是页面还是其他??
你要实现什么哟? 前台都已经把页面写好了???js都写了,你要实现啥?是页面还是其他??
后台 把参数存储到数据库
这就是你要用什么语言的问题了。。。。用什么语言就去看什么语言,然后会有这方面的介绍的。。。

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

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 <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 the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

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 using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

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

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

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

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.