topical media & game development

talk show tell print

mashup-amazon-12-12-03-CustomerMap-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 runat="server" id="myHead">
      <title>Amazon Customer Mapper</title>
  
      <script type="text/javascript" src="http://api.maps.yahoo.com/ajaxymap?v=3.0&appid=[YOUR ID HERE]">
      </script>
  
      <script type="text/javascript" src="js/mashup.js">
      </script>
  
      <link href="styles.css" rel="stylesheet" type="text/css" />
  </head>
  <body onload="Init()">
      <form id="form1" runat="server">
          <div class="siteHeading">
              Customer Browser</div>
          <div class="mainTable">
              <table>
                  <tr>
                      <td colspan="2">
                          Enter a Customer name to look for and click Search:
                          <input type="text" id="txtName" value="Fred" />
                          <input type="button" id="mySubmit" value="Search" onclick="FindCustomers()" />
                      </td>
                  </tr>
                  <tr>
                      <td>
                          <div id="myMap">
                          </div>
                      </td>
                      <td><div id="info">
                              Click a point on the map to display Customer information here.
                          </div>
                          <br /><br />
                          <div id="results">
                          </div>
                      </td>
                  </tr>
                               
                  </table>
                  <div id="debug">Debug messages are displayed here. </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.