?? fig19_09compromised.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. #
###########################################################################
-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -