都市有情人
(都市有情人)
中级会员
 
中级会员
UID 63393
精华
0
积分 250
帖子 205
金钱 250 喜悦币
威望 0
人脉 0
阅读权限 30
注册 2005-2-25
状态 离线
|
请教一个问题,请问cookie问题,实现以下功能下面处理页dl.php的页面应该怎样写呢?
<form name="form1" method="post" action="dl.php">
<table width="338" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="80">用户名:</td>
<td width="255"><input name="user" type="text" id="user"></td>
</tr>
<tr>
<td>密码:</td>
<td><input name="psw" type="text" id="psw"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
<tr>
<td colspan="2"><input type="radio" name="co">
不记录
<input type="radio" name="co">
记录一天
<input type="radio" name="co">
记录一周 </td>
</tr>
</table>
</form>
非常感激!!!!
|
|