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

📄 fig19_09compromised.html

📁 PERL语言资料 可以用于PERL程序设计
💻 HTML
字号:
<!DOCTYPE html
	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head><title>Bid on Deitel Books</title>
</head><body>
<form method="post" action="http://localhost/cgi-bin/fig19_09.pl" enctype="application/x-www-form-urlencoded">
<table border="1">
	<caption>
		<h3>
			Current Bids
		</h3>
	</caption>
	 <tr>
		<th>
			Product
		</th>
		<th>
			Bid
		</th>
		<th>
			Result
		</th>
	</tr>
	<tr>
		<td>
			Perl How to Program
		</td>
		<td>
			$2000.00
		</td>
		<td>
			OK
		</td>
		<input type="hidden" name="Perl How to Program" value="1"><input type="hidden" name="bid" value="Perl How to Program">
	</tr>
	<tr>
		<td>
			C How to Program, Third Edition
		</td>
		<td>
			$70.00
		</td>
		<td>
			OK
		</td>
		<input type="hidden" name="C How to Program, Third Edition" value="70"><input type="hidden" name="bid" value="C How to Program, Third Edition">
	</tr>
	<tr>
		<td>
			C++ How to Program, Third Edition
		</td>
		<td>
			$50.00
		</td>
		<td>
			Too low
		</td>
	</tr>
	<tr>
		<td>
			Total
		</td>
		<td>
			$2070.00
		</td>
		<td>
			<input type="submit" name="Buy It" value="Buy It" />
		</td>
	</tr>
</table>
</form><form method="post" action="/cgi-bin/fig19_09.pl" enctype="application/x-www-form-urlencoded">
<table border="3">
	<caption>
		<h1>
			Product List
		</h1>
	</caption>
	 <tr valign="top">
		<th>
			Product Name
		</th>
		<th>
			Description
		</th>
		<th>
			Bid
		</th>
	</tr>
	<tr valign="top">
		<td>
			C How to Program, Third Edition
		</td>
		<td>
			The third edition of this best-selling title includes introductions to both C++ and Java.
		</td>
		<td>
			$<input type="text" name="C How to Program, Third Edition" value="70" size=5 />
		</td>
	</tr>
	<tr valign="top">
		<td>
			C++ How to Program, Third Edition
		</td>
		<td>
			The revision of this bestselling C++ title has been completely updated to reflect the recent changes in Standartd C++. 
		</td>
		<td>
			$<input type="text" name="C++ How to Program, Third Edition" value="50" size=5 />
		</td>
	</tr>
	<tr valign="top">
		<td>
			Perl How to Program
		</td>
		<td>
			This newest addition to the How to Program series teaches nonprogrammers how to program in Perl.
		</td>
		<td>
			$<input type="text" name="Perl How to Program" value="2000" size=5 />
		</td>
	</tr>
	<tr valign="top">
		<td>
			
		</td>
		<td>
			
		</td>
		<td>
			<input type="submit" name="Review" value="Review" />
		</td>
	</tr>
</table>
</form></body></html>

<!--
###########################################################################
#  (C) Copyright 2001 by Deitel & Associates, Inc. and Prentice Hall.     #
#  All Rights Reserved.                                                   #
#                                                                         #
#  DISCLAIMER: The authors and publisher of this book have used their     #
#  best efforts in preparing the book. These efforts include the          #
#  development, research, and testing of the theories and programs        #
#  to determine their effectiveness. The authors and publisher make       #
#  no warranty of any kind, expressed or implied, with regard to these    #
#  programs or to the documentation contained in these books. The authors #
#  and publisher shall not be liable in any event for incidental or       #
#  consequential damages in connection with, or arising out of, the       #
#  furnishing, performance, or use of these programs.                     #
###########################################################################
-->

⌨️ 快捷键说明

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