📄 createsuss.php
字号:
<?
$check=true;
setcookie ("check",$check);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新用户注册</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><LINK
href="../js/css.css" type=text/css rel=stylesheet>
<center><br>
<? include ("templates/header.php") ?>
<form name="form1" method="post" action="yourpage.php">
<table width="600" border="0" align="center" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="598" height="18" valign="top" bgcolor="#3CB9DD"><font color="#FF0000" size="2">系统提示信息</font><font color="#FF0000">:</font></td>
</tr>
<tr>
<td height="88" valign="top" bgcolor="#CCFFFF"> <p align="center"> </p>
<p align="center"><font color="#FF0000" size="2">恭喜!新用户创建成功!</font></p>
<p align="center"> </p></td>
</tr>
<tr bgcolor="#3CB9DD">
<td height="23" valign="top"> <p align="center">
<input type="submit" name="Submit" value="进 入 页 面">
</p></td>
</tr>
</table>
</form>
<p> </p>
<? include ("templates/header.php") ?>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -