- <!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>
- <title>Contact Us</title>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <meta name="description" content=“At Auction provides a turn key auction e-commerce software solution and auction managed services which enable online e-commerce retailers, online marketers, and fundraising or charity organizations the ability to enhance revenues through online auctions.” />
- <meta name="keywords" content="Auctions, Online Auctions, Auction Management, Auction Services, Auction Software, Online Auction Software, Auction Technology, E-commerce Auctions, Fundraising Auctions, Private Label Auction Site, Inventory Asset Recovery, Inventory Liquidation" />
- <link href="scripts/interior.css" rel="stylesheet" type="text/css" />
- <link href="scripts/dropdown.css" media="all" rel="stylesheet" type="text/css" />
- <link href="scripts/default.css" media="all" rel="stylesheet" type="text/css" />
- <!-- Internet Explorer workaround, natch. -->
- <script type="text/javascript" src="scripts/jquery.js"></script>
- <script type="text/javascript" src="scripts/jquery.dropdown.js"></script>
- <script type="text/javascript" src="scripts/auctionTimer.js"></script>
- </head>
- <body onLoad=
- "var oop=new Cnt('tst',Srt,75);var oop=new Cnt('tst1',Srt,2);">
- <div id="topnav">
- <ul id="nav" class="dropdown dropdown-horizontal">
- <li class="dir">SOLUTIONS
- <ul>
- <li><a href="auction_management.html">Auction Management</a></li>
- <li><a href="private_label.html">Private Label</a></li>
- <li><a href="fundraising.html">Fund Raising</a></li>
- <li><a href="inventory_recovery.html">Inventory Asset Recovery</a></li>
- </ul>
- </li>
- <li class="dir"><a href="clients.html">CLIENTS</a></li>
- <li class="dir">COMPANY
- <ul>
- <li><a href="management.html">Management</a></li>
- <li><a href="about.html">About Us</a></li>
- </ul>
- </li>
- <li class="dir"><a href="news.html">NEWS</a></li>
- <li class="dir"><a href="contact.html">CONTACT US</a></li>
- </ul>
- </div>
- <div id="maincontentarea">
- <p> </p>
- <p></p>
- <?
- ///////////////////////////
- //
- ///////////////////////////
- //
- $to = "gsmith@atauction.com" . ", " ;
- // Email Subject
- $subject = "Request From " . "At Auction Web Form";
- // Server name, to display in the headers
- $server_name = "Web Form";
- if (!empty($_POST['send']) || !empty($_GET['send']))
- {
- $action = (!empty($_POST['send'])) ? $_POST['send'] : $_GET['send'];
- }
- else
- {
- $action = '';
- }
- $build_message = false;
- if($action != "")
- {
- $build_message = true;
- $firstname = trim($_POST['firstname']);
- $lastname = trim($_POST['lastname']);
- $title = trim($_POST['title']);
- $business = trim($_POST['business']);
- $email = trim($_POST['email']);
- $phone = trim($_POST['phone']);
- $website = trim($_POST['website']);
- $NewAuctionSolution = trim($_POST['NewAuctionSolution']);
- $HelpManaging = trim($_POST['HelpManaging']);
- $NewRevenue = trim($_POST['NewRevenue']);
- $Attracting = trim($_POST['Attracting']);
- $IncreaseCustomerLoyalty = trim($_POST['IncreaseCustomerLoyalty']);
- $Fundraising = trim($_POST['Fundraising']);
- $Liquidation = trim($_POST['Liquidation']);
- $time = time();
- $date = date("F j, Y", time());
- $headers = "MIME-Version: 1.0\r\n";
- $headers .= "Content-type: text/plain; charset=UTF-8\r\n";
- $headers .= "From: $email\r\n";
- $headers .= "X-mailer: " . $server_name . " Server\r\n";
- }
- if($build_message)
- {
- /* message */
- $message = "
- Sender First Name: $firstname\n
- Sender Last Name: $lastname\n
- Sender Title: $title\n
- Sender Company: $business\n
- Sender E-Mail: $email\n
- Sender Phone: $phone\n
- Sender Website: $website\n
- \n
- Note - 'on' indicates a checked box for the following:\n
- A new auction solution: $NewAuctionSolution\n
- Help managing our auction solutions: $HelpManaging\n
- New incremental revenue streams for our site: $NewRevenue\n
- Attracting new customers: $Attracting\n
- Increase repeat visitors to our site and improve customer loyalty: $IncreaseCustomerLoyalty\n
- New ways to enhance our fundraising or charity efforts: $Fundraising\n
- Help liquidating our overstocked or excess inventory: $Liquidation\n
- Date Sent: $date\n
- Message:\n----------------------------------------\n$message \n";
- if(mail($to, $subject, $message, $headers))
- {
- $result = "<b>Thank you for your request</b>.<br />We will contact you with a reply as soon as possible.<br />";
- }
- else
- {
- $result = "Sorry: An error occured, please try again later.";
- }
- }
- // Output a result Message
- print $result;
- ?>
- </div>
- <div id="leftnavarea">
- <a href="auction_management.html">SOLUTIONS</a> <br />
- <a href="clients.html">CLIENTS</a><br />
- <a href="management.html">COMPANY</a><br />
- <a href="news.html">NEWS</a><br />
- <a href="contact.html" id="orange">CONTACT US</a></div>
- <div id="auctionticker"><span id="tst" ></span> Auctions Won</div>
- <div id="logo"><a href="index.html"><img name="logo_img" src="images/logo.jpg" width="352" height="83" border="0" alt="At Auction Logo" /></a></div>
- <div id="contact">
- <div id="breadcrumbsnav">
- <a href="index.html">AT AUCTION</a> > CONTACT US</div>
- </div>
- <div id="titlebanner"><img name="title_banner" src="images/contact_header.jpg" width="949" height="80" border="0" alt="Auction Management Solutions" /></div>
- <div id="footernav" style="
- position:absolute;
- left:375px;
- top:1254px;
- width:600px;
- height:20px;
- visibility:visible;">
- <p> <a href="index.html">Home</a> | <a href="auction_management.html">Solutions</a> | <a href="clients.html">Clients</a> | <a href="company.html">Company</a> | <a href="news.html">News</a> | <a href="contact.html">Contact Us</a> </p>
- </div>
- <div id="legalinfo" style="position:absolute;
- left:400px;
- top:1284px;
- width:569px;
- height:20px;
- visibility:visible;">
- <p>© Copyright 2009 At Auction, All Rights Reserved</p>
- </div>
- </body>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-15982079-1");
- pageTracker._trackPageview();
- } catch(err) {}</script>
- </html>