Home  >  Article  >  Web Front-end  >  Based on jquery thickbox imitation school login registration box_jquery

Based on jquery thickbox imitation school login registration box_jquery

WBOY
WBOYOriginal
2016-05-16 18:25:331609browse

Below I will share with you how to use thickbox and css to implement the on-campus login (registration) box -----》The rendering is as follows:



method It's very simple, just use the iframe mode of thickbox to nest another page, and then write ajax in this page to implement the corresponding function.
Code:
Register: regUser.html

Copy code The code is as follows:




< ;script type="text/javascript" src="js/thickbox.js">


<%if (Session["User"] == null)
{ %>

<%}
else
{ %>

Welcome, <%=Session["User"].ToString() %>, Exit

<%} %>


The css files and ajax processing pages involved above are as follows:
reg.css, login.css, UserAjax.rar Package download address
As for thickbox related information, you can go to the official website to download it.
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