fig19_12compromised.html

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

HTML
153
字号
<!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_12.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>
			$1000.00
		</td>
		<td>
			OK
		</td>
		<input type="hidden" name="Perl How to Programdigest" value="1"><input type="hidden" name="bid" value="Perl How to Program">
	</tr>
	<tr>
		<td>
			C How to Program, Third Edition
		</td>
		<td>
			$100.00
		</td>
		<td>
			OK
		</td>
		<input type="hidden" name="C How to Program, Third Editiondigest" value="zUtN3GfJJZiHtZH8Pw/x/w"><input type="hidden" name="bid" value="C How to Program, Third Edition">
	</tr>
	<tr>
		<td>
			C++ How to Program, Third Edition
		</td>
		<td>
			$200.00
		</td>
		<td>
			OK
		</td>
		<input type="hidden" name="C++ How to Program, Third Editiondigest" value="pGEn6K7hM0PeI4MgUHq/ig"><input type="hidden" name="bid" value="C++ How to Program, Third Edition">
	</tr>
	<tr>
		<td>
			Total
		</td>
		<td>
			$1300.00
		</td>
		<td>
			<input type="submit" name="Buy It" value="Buy It" />
		</td>
	</tr>
</table>
</form><form method="post" action="/cgi-bin/fig19_12.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="100" 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="200" 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="1000" 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 + =
减小字号Ctrl + -
显示快捷键?