topical media & game development
mashup-amazon-10-10-02-Wishlist-Default.aspx / aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Amazon Mashups - WishList Browser</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/request.js"></script>
<script type="text/javascript" src="js/cart.js"></script>
<script type="text/javascript" src="js/cookie.js"></script>
</head>
<body onload="Init()">
<form id="form1" runat="server">
<div class="siteHeading">WishList Browser</div>
<div class="mainTable">
<table width="95%">
<tr>
<td width="50%">
<table>
<tr><td colspan="2"><h2>Search WishLists</h2></td></tr>
<tr><td colspan="2">Enter a first and last name to search for a person's wishlist.</td></tr>
<tr><td>First Name</td><td><input id="txtFirstName" type="text" value="Francis" /></td></tr>
<tr><td>Last Name</td><td><input id="txtLastName" type="text" value="Shanahan"/></td></tr>
<tr><td></td><td><input id="Button1" type="button" value="Search" onclick="ListSearch()"/></td></tr>
</table>
<div id="results">Results go here</div>
</td>
<td width="50%">
<h2>Shopping cart</h2>
<a href="javascript:void(0)" onclick="LoadCart()">Load Cart</a> |
<a href="javascript:void(0)" onclick="EmptyCart()">Empty Cart</a><br />
<div id="cart"></div>
<div id="lists"></div>
</td>
</tr>
</table>
<div id="debug"><h2>Debug messages</h2></div>
</div>
</form>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.