Mam problem z wysyłaniem Emaila, ponieważ nie wiem co mam zrobić aby można było wysyłać Wiadomość. Jest to szablon dlatego mam takie małe pojęcie o "HTML5". Z góry przepraszam jeśli Temat umieściłem w złym dziale.
Oto mój kod: kontakt.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="stylesheet" href="css/reset.css" type="text/css" media="all"> <link rel="stylesheet" href="css/layout.css" type="text/css" media="all"> <link rel="stylesheet" href="css/style.css" type="text/css" media="all"> <!--[if lt IE 9]> <script type="text/javascript" src="js/html5.js"></script> <style type="text/css"> .bg {behavior:url(js/PIE.htc)} </style> <![endif]--> <!--[if lt IE 7]> <div style='clear:both;text-align:center;position:relative'> <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg" border="0" alt="" /></a> </div> <![endif]--> </head> <body id="page6"> <div class="body1"> <div class="body2"> <div class="body3"> <div class="main"> <!-- header --> <header> <div class="wrapper"> <form id="search" method="post"> </form> <nav> <ul id="menu"> </ul> </nav> </div> <!-- / header--> <!-- content --> <section id="content"> <div class="wrapper"> <form id="ContactForm"> <div> <div class="wrapper"> </div> <div class="wrapper"> </div> <div class="textarea_box"> </div> </div> </form> </div> </section> </div> </div> </div> </div> <div class="body4"> <div class="main"> <section id="content2"> <div class="line2 wrapper"> <div class="wrapper"> <article class="col1"> <div class="wrapper"> <div class="pad"> <strong> Telefon:<br> Skype:<br> GaduGadu:<br> Email: </strong> </span> Chwilowy Niedostepny<br> GelmirCraft<br> 46363622<br> gelmircraft@gmail.com</a> </div> </article> <article class="col2 pad_left1"> <script src="http://weatherandtime.net/swfobject.js" type="text/javascript" ></script><div id="div_clock_08" style="text-align:center; margin:auto auto;width:170px; height:100px;"><div style="padding:0px 1px 1px 1px;position:absolute; z-index:100; color:#45BBFF; text-align:center; width:170px;height:auto;"><a style="color:#45BBFF; text-decoration:none;font-size:12px;" href="http://weatherandtime.net/pl/Europe/Poland/Krakow-time.html" title="Czas Kraków"></a></div><span id="swf_clock_08"> </span></div><script type="text/javascript" language="Javascript">swfobject.embedSWF("http://weatherandtime.net/clock_08.swf", "swf_clock_08", "170", "100", "10","clock_08.swf", {city: "942",lang:"pl",color:"#45BBFF"}, {menu:"false",wmode:"transparent",allowScriptAccess:"always"}, {id:"clock_08",name:"clock_08"});</script> </article> </div> </div> </section> </div> </div> <!-- / content --> <div class="main"> <!-- footer --> <footer> <div class="wrapper"> <span class="left"> </span> <ul id="icons"> </ul> </div> <!-- {%FOOTER_LINK} --> </footer> <!-- / footer --> </div> </body> </html>
Pozdrawiam:
Deneritch