Türkiye'nin En Eski Webmaster Forumu İyinet'e Hoşgeldiniz!

Ulaşım formu küçük bir sorun

seslidostlukcom

0
Onaylı Üye
Üye
Katılım
13 Şubat 2008
Mesajlar
832
Açılan Konu
151
Tepki puanı
0
Sitemde bulunan iletişim formu sayfamın html kodlarına baktığımda
<iframe name="I1" src="contact.html" tppabs="contact.html" width="408" height="530" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowTransparency="true"></iframe>

iframe ile iletişim formunun çağrıldığını görüyorum ancak mail bana gelmiyor bu formda mail adresimi nereden değiştirebilirim.Yani şuan nereye gidiyor bilmiyorum ama kendi mail adresim ile değiştirmek istiyorum.
Yardımcı olacak arkadaşlara çok teşekkür ederim işin içinden çıkamadım.

PHP:
<php><head><meta http-equiv="Content-Language" content="tr"><meta http-equiv="Content-Type" content="text/php; charset=windows-1254"><meta http-equiv="Content-Type" content="text/php; charset=ISO-8859-9"><link href="popup_style.css" tppabs="popup_style.css" type="text/css" rel="stylesheet"><title>[ İletisim Formu ] </title><style type="text/css">
		body{
			background-color:transparent
		}
		table{
			border-collapse: collapse;
			width: 720px;
		}
		.tr_odd{
			padding: 5px 0px 5px 0px;
		}
		.td_odd{
			padding-left: 3px;
			margin-left: 8px;
			width: 30%;
			height: 30px;
			font:700 13px Tahoma;
			color: #000
		}
		.button{
			font:100 8pt Tahoma;
			border-style: solid;
			border-width: 1px;
			background-color: #13739B;
			cursor: pointer;
            color: #FFF;
            font: 700 8pt/25px Tahoma;
            height: 25px;
		}
	</style></head><body topmargin="0" leftmargin="0" bottommargin="0"><center><form name="addForm" action="javascript:if(confirm(%27contact.html?name_surname=&tel=&email=&subject=&submit=Formu Gönder  \n\nThis file was not retrieved by Teleport Pro, because it was unavailable, or its retrieval was aborted, or the project was stopped too soon.  \n\nDo you want to open it from the server?%27))window.location=%27contact.html?name_surname=&tel=&email=&subject=&submit=Formu Gönder%27" tppabs="contact.html?name_surname=&tel=&email=&subject=&submit=Formu Gönder" method="post" style="margin: 0;"><table cellSpacing="0" cellPadding="0" border="0" width="720"><tr class="tr_odd"><td class="td_odd">* Ad Soyad</td><td width="70%" height="30"><input name="name_surname" maxlength="48" size="24" value=""></td></tr><tr><td height="1" colspan="2" bgcolor="#d3d3cc"></td></tr><tr class="tr_odd"><td class="td_odd">Telefon</td><td height="30"><input name="tel" maxlength="72" size="24" value=""></td></tr><tr><td height="1" colspan="2" bgcolor="#d3d3cc"></td></tr><tr class="tr_odd"><td class="td_odd">* E-Posta</td><td height="30"><input name="email" maxlength="72" size="24" value=""></td></tr><tr><td height="1" colspan="2" bgcolor="#d3d3cc"></td></tr><tr class="tr_odd"><td class="td_odd">* Konu</td><td width="70%" height="30"><input name="subject" maxlength="48" size="24" value=""></td></tr><tr><td height="1" colspan="2" bgcolor="#d3d3cc"></td></tr><tr class="tr_odd"><td class="td_odd">* Mesajiniz</td><td height="210"><textarea name="content" rows="8" style="width: 214; height:214" cols="20"></textarea></td></tr><tr><td height="1" colspan="2" bgcolor="#d3d3cc"></td></tr><tr class="tr_odd"><td height="30"> </td><td height="30"><input type="submit" name="submit" value="Formu Gönder" class="button"></td></tr><tr><td height="1" colspan="2" bgcolor="#d3d3cc"></td></tr><tr class="tr_odd"><td class="td_odd" colspan="2">* ile isaretli alanlara bilgi girisi <b>zorunludur</b>.</td></tr></table></form></center></body></php>
 
Üst