Jump to content

dorobo18jp

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by dorobo18jp

  1. Hi all i am setting up a web site for my photography business and i cant get the contact form working at all i am at the point where i wanna give up.

    The site is www.egphoto-designs.com/test2.

    here is the code. contacts.html please help me i need this site up an running today or tomorrow. if there is code missing i will post it when needed. I am ignorant and uneducated on making web sites. thanks all

    <!DOCTYPE html><html lang="en"><head>    <title>Contacts</title>    <meta charset="utf-8">    <link rel="stylesheet" type="text/css" media="screen" href="css/reset.css">    <link rel="stylesheet" type="text/css" media="screen" href="css/style.css">    <link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:400,700' rel='stylesheet' type='text/css'>    <script src="js/jquery-1.7.min.js"></script>    <script src="js/jquery.easing.1.3.js"></script>	<!--[if lt IE 8]>       <div style=' clear: both; text-align:center; position: relative;'>         <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">           <img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />        </a>      </div>    <![endif]-->    <!--[if lt IE 9]>   		<script type="text/javascript" src="js/html5.js"></script>    	<link rel="stylesheet" type="text/css" media="screen" href="css/ie.css">	<![endif]--></head><body>  <!--==============================header=================================-->  <div class="header">  	<div>        <div class="subpages-nav">            <nav>                  <ul class="menu">                    <li class="li-none"><a href="index.html">Home</a></li>                    <li><a href="about.html">About</a></li>                    <li><a href="portfolio.html">Portfolio</a></li>                    <li class="li-left li-none"><a href="services.html">Services</a></li>                    <li><a href="news.html">News</a></li>                    <li class="current"><a href="contacts.html">Contacts</a></li>                </ul>                <h1><a href="index.html"><img src="images/logo.png" alt=""></a></h1>            </nav>        </div>    </div>  </div>   <!--==============================content================================-->    <section id="content"><div class="ic"></div>    	<div class="pad-1">            <div class="page6-row1">            	<div class="col-14">                    <h2 class="h2">Contact info:</h2>					<dl>                    	<dt class="clr-1"><strong >Edward Garrity</strong><br>Miyako-Machi Isesaki-Shi Gunma-Ken</dt>                        <dd><span>Telephone:</span>080-5927-9523</dd>                        <dd class="p3"><span>Email:</span><a href="edgarrity@egphoto-designs.com" class="link">edgarrity@egphoto-designs.com</a></dd>                        </dl>                 </div>                 <div class="col-15">                    <h2 class="h2 p2">Location:</h2>					<div class="map img-border">					  <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3214.2982175679035!2d139.1519203999994!3d36.32932161266572!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1400935436334" width="600" height="450" frameborder="0" style="border:0"></iframe>					</div>                </div>                <div class="col-16">                    <h2 class="h2 p2">Contact form:</h2>					<form id="form" action="contacts.php" method="post" >                      <fieldset>                            <label><input type="text" name="sender_name" value="Full Name" onBlur="if(this.value=='') this.value='Full Name'" onFocus="if(this.value =='Full Name' ) this.value=''"></label>                           <label><input type="text"  name="sender_email"value="Email" onBlur="if(this.value=='') this.value='Email'" onFocus="if(this.value =='Email' ) this.value=''"></label>                           <label><textarea  name="sender_message" onBlur="if(this.value==''){this.value='Message'}" onFocus="if(this.value=='Message'){this.value=''}">Message</textarea></label>                          <div class="btns"><a href="#" class="link-1">Clear</a><a href="index.html" class="link-1" onClick="send">Send</a></div>                      </fieldset>                      </form>                 </div>            </div>        </div>               </section> <!--==============================footer=================================-->    <footer>        <span><strong>© 2014 EG Photo & Designs</strong><br><span>    </footer>	           </body></html>
×
×
  • Create New...