Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120 lines (92 sloc)
2.67 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE>I have a question for Dansie Website Design</TITLE> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> | |
| <META NAME="AUTHOR" CONTENT="Dansie Website Design - http://www.dansie.net"> | |
| </HEAD> | |
| <BODY BGCOLOR="#FFFFFF" BACKGROUND="images/wp1.jpg"> | |
| <CENTER> | |
| <TABLE BORDER=0> | |
| <TR> | |
| <TD> | |
| <CENTER> | |
| <FONT SIZE=+4 COLOR="#0000FF">I have a question!</FONT> | |
| <BR> | |
| <BR> | |
| <B><FONT COLOR="#0000FF">Questions, comments and suggestions.</FONT></B> | |
| </CENTER> | |
| </TD> | |
| <TD> | |
| <IMG SRC="images/qmark.gif" ALT="?" BORDER=0 ALIGN="CENTER"> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| </CENTER> | |
| <BR> | |
| <CENTER> | |
| <FORM METHOD="POST" ACTION="http://www.dansie.net/cgi-bin/email.cgi"> | |
| <INPUT TYPE="HIDDEN" NAME="designemail" VALUE="design@dansie.net"> | |
| <INPUT TYPE="HIDDEN" NAME="subject" VALUE="Question!"> | |
| <TABLE BORDER=0 CELLPADDING=2> | |
| <TR> | |
| <TD><B>Name:</B> | |
| </TD> | |
| <TD><INPUT NAME="name" TYPE="TEXT" SIZE="25" MAXLENGTH="25"> | |
| </TD> | |
| </TR> | |
| <TR> | |
| <TD><B>Email address:</B> | |
| </TD> | |
| <TD><INPUT NAME="email" TYPE="TEXT" SIZE="40" MAXLENGTH="40"> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <B>My question, comment or suggestion is...</B><BR> | |
| <TEXTAREA NAME="question" ROWS="10" COLS="60" WRAP="virtual"> | |
| </TEXTAREA> | |
| <BR> | |
| <B> | |
| If you currently have a Dansie Shopping Cart license,<BR> | |
| be sure to include the exact URL to the cart.pl script when you write:<BR> | |
| http://www.YourName.com/cgi-bin/cart.pl | |
| </B> | |
| <BR> | |
| <INPUT TYPE="SUBMIT" VALUE="SUBMIT!"> | |
| </FORM> | |
| </CENTER> | |
| <BR> | |
| <CENTER> | |
| <FONT SIZE=+1 FACE="Comic Sans MS"> | |
| [<A HREF="cart.html">Features</A>] [<A HREF="demo.html">Demonstration</A>] [<A HREF="real_carts.html">Real Carts</A>] [<A HREF="cart_readme.html">ReadMe</A>] [<A HREF="cart_order.html">Order</A>] | |
| <BR><BR> | |
| [<A HREF="testimonials.html">Testimonials</A>] | |
| [<A HREF="mission.html">Mission Statement</A>]<BR> | |
| </FONT> | |
| </CENTER> | |
| <BR> | |
| <CENTER> | |
| <B> | |
| <A HREF="question.html" onMouseOver="window.status='Comments, Questions, Suggestions.'; return true;" onMouseOut="window.status=''; return true;" ><FONT SIZE=+1>Questions about Dansie Shopping Cart's capabilities?</FONT></A><BR> | |
| <FONT SIZE=-1> | |
| </FONT> | |
| </B> | |
| </CENTER> | |
| <BR> | |
| <IMG SRC="http://www.dansie.net/cgi-bin/counter.pl" BORDER=0 HEIGHT=0 WIDTH=0> | |
| <!-- ADDRESS AND HOME TABLE --> | |
| <TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0> | |
| <TR> | |
| <TD WIDTH=70%> | |
| <BASEFONT SIZE=-2> | |
| <P> | |
| www.dansie.net | |
| <BR><FONT COLOR="#000000"><A HREF="mailto:design@dansie.net">design@dansie.net</A></FONT> | |
| </TD> | |
| <TD ALIGN=RIGHT> | |
| <A HREF="index.html" ><IMG SRC="images/home.gif" ALT="HOME" BORDER=0 ALIGN=CENTER></A> | |
| Home | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| </BODY> | |
| </HTML> |