⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fig27_19.html

📁 PERL语言资料 可以用于PERL程序设计
💻 HTML
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -