fig27_19.html

来自「PERL语言资料 可以用于PERL程序设计」· HTML 代码 · 共 27 行

HTML
27
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Fig. 27.19: fig27_19.html --> 

<html>
   <head>
      <title>Writing a cookie to the client computer</title>
   </head>

<body background = "images/back.gif">
<basefont face = "arial,sans-serif" size = "2">

   <font size = "+2">
      <b>Click Write Cookie to save your cookie data.</b>
   </font><br> 
   
   <form method = "post" action = "cgi-bin/fig27_20.py">
      <strong>Name:</strong><br>
      <input type = "text" name = "name"><br>
      <strong>Height:</strong><br>
      <input type = "text" name = "height"><br>
      <strong>Favorite Color</strong><br>
      <input type = "text" name = "color"><br>
      <input type = "submit" value = "Write Cookie">
   </form>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?