Jump to content

İletişim Formunu Mail Adresime Yönlendirme Hk.?


Recommended Posts

[b]S.A.

Web sitem için uygun bir iletişim formu buldum ancak, daha önce bu işlemi hiç yapmadığım için bir fikrim yok. İletişim Formunun mail adresime yönlendirmesini nasıl yapıcam? Kodlar aşağıdaki gibidir, ilginiz için şimdiden tşkler...[/b]

[quote]<!DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<head>
<title>İletişim Formu</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
</head>
<body id="page1">
<div class="extra">
<section id="content">
<div class="main">
<div class="container_12">
<div class="wrapper">
<article class="grid_8">
<div class="indent-left">
<h3 class="p0"><b>İletişim Formu</b></h3>
<form id="contact-form" method="post" enctype="multipart/form-data">
<fieldset>
<label><span class="text-form">Ad Soyad:</span><input type="text"></label>
<label><span class="text-form">Email:</span><input type="text"></label>
<div class="wrapper">
<div class="text-form">Mesajınız:</div>
<div class="extra-wrap">
<textarea></textarea>
<div class="clear"></div>
<div class="buttons">
<a class="button" href="#" onclick="document.getElementById('contact-form').reset()">Temizle</a>
<a class="button" href="#" onclick="document.getElementById('contact-form').submit()">Gönder</a>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</article>
</div>
</div>
</div>
<div class="block"></div>
</section>
</div>
</body>
</html>[/quote]




[u][b]ilgili çalışmanın tüm dosyaları aşağıdaki linktedir...[/b][/u]
[url]http://rapidshare.com/files/3190213484/iletisim.rar[/url]
Link to comment
Share on other sites

[quote name='erhangazi84' timestamp='1354139209' post='1259767']
bunun yanında bir de php veya asp sayfası olması lazım, onun da kodlarını buraya yazar mısın? bu sadece gövde, bunun çalışır hale gelmesi için php veya asp'ye ihtiyaç var..
[/quote]

hazır şablon olarak sadece bunlar var. ([color=#282828][font=helvetica, arial, sans-serif][url][url][url][url]http://rapidshare.com/files/3190213484/iletisim.rar[/url][/url][/url][/url][/font][/color])

araştırdım biraz ben konuyu, html olarak [u]olmuyormuş[/u]. .Asp .Php ve .Asp Net yazılım kodlarıyla oluyormuş...



[CODE]<a class="button" href="#" onclick="document.getElementById('contact-form').reset()">Temizle</a>
<a class="button" href="#" onclick="document.getElementById('contact-form').submit()">Gönder</a>[/CODE]

Buralara ne yazmam gerekiyor, extradan .php dosyası oluşturarak, oluşturulan iletişim.php dosyasını nereye yerleştirmem gerekir? Oluşturulan php dosyasının kodları nedir?

İlgin için tşkler...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...