?? 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 + -