Web Development
auction.txt
Associated article: Building and Running Online Auctions
Tags: Web Development Design
Published code accompanying the by Brent Gorda and Gregory V. Wilson in which they describe a web-site toolkit called "Webalog" which is being used to construct on-line auctions and similar Web-based applications.
Building and Running Online Auctions
by Brent Gorda and Gregory V. Wilson
Listing One
<html>
<qbtcl>
for {set i 0} { $i < 10 } { incr i } {
puts "i is $i <br>"
}
</qbtcl>
...
</...


