|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/antiqueweb1/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Dealer Sales Selector</title>
<!--- Begin Check Input --->
<SCRIPT language=javascript>
function checkSysForm(form)
{
if (form.T1.value == '') {
alert("Please enter your booth number.");
form.T1.focus();
return (false);
}
if (form.T2.value == '') {
alert("Please enter your password.");
form.T2.focus();
return (false);
}
return (true);
}
</SCRIPT>
<!--- End Check --->
</head>
<body>
<table width="640" height="233">
<tr>
<td bgcolor="#AAFFAA" valign="top" align="center">
<h2>Cambridge Antique Market<br>Dealer Sales Selector</h2>
<p><a href="http://marketantique.com/LETTERFROMJOHN30YRS.pdf">Letter From John
Fahimian 08/25/2021</a></p>
<table border="0" cellspacing="6" cellpadding="1" bgcolor="#dadada" width="800">
<FORM name="sysForm" onsubmit="return checkSysForm(this)" action="http://wcs.pairsite.com/cgi-bin/dqres.pl" method=get>
<tr bgcolor="#DDFFDD">
<td colspan="4">
<h3 align="center">Select Sales Period</h3>
<p></align>
<hr color="ffffff">
</p>
<h3>How to use this form:</h3>
<ul>
<li>You are able to vew your sales for 3 different periods, <i>current</i> 2 week period, <i>previous</i> 2 week period, and all sales from a selected date for the <b>current year only</b>.</li>
<ul>
<li>Enter your booth number and password</li>
<li>Select the sales period</li>
<li>If you select <b>From Date</b> please enter the start date.<br><i>Use the year-month-day format eg 2020-10-11.</i></li>
</ul>
</ul>
</td>
<tr>
<td>
Booth Number:<BR>
<input type="text" name=T1 id=username size=20 maxlength="22"></input>
</td>
<td>
Password:<BR>
<input type="password" name=T2 id=password size=20 maxlength="22"></input>
</td>
<td>
Select Report Period:<BR>
<input type="radio" name="RB" value="C" checked>Current
<input type="radio" name="RB" value="P">Previous
<input type="radio" name="RB" value="D">From Date
</td>
<td>
From Date:<BR>
<input name=datefrom id=fdate size=20 maxlength="22" value="2020-10-01"></input>
</td>
</tr>
<tr>
<td colspan="4" align="middle"><div align="center">
<INPUT id=bSubmit type=submit value="Check and Send" name=bSubmit>
<INPUT id=bReset type=reset value="Clear" name=bSubmit>
</div></td>
</tr>
</FORM>
</table>
</td>
</tr>
<tr>
<td align="center">
<hr color="ffcc66">
<h3>©dopey</h3>
<p><em>Created 10/11/2020 by dopey</em></p></td>
</tr>
</table>
</body>
</html>