Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
pomoc oko mail prozorcica

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Plejer33



Joined: 11 Oct 2006
Posts: 28
Location: Pula

PostPosted: 03.10.2010 19:01    Post subject: pomoc oko mail prozorcica Add user to your forum ignore list Reply with quote

pozdrav molio bih nekoga za pomoc

trebalo bi mi napravit html dokument koji bi sadrzavao nesto ovako kao na slici



Uploaded with ImageShack.us

i kad kliknem an posalji da ode na zadani mail

ja nesto pokusavam ali uporno kad kliknem na posalji mi se otvara thunderbird i moram ponovo tipkat poruku

btw pocetnik sam pa su i pitanja malo smijesna

HVALA[/img]
Back to top
View user's profile Send private message Send e-mail MSN Messenger
killa



Joined: 12 Sep 2003
Posts: 277
Location: zagreb

PostPosted: 03.10.2010 19:23    Post subject: Add user to your forum ignore list Reply with quote

http://www.google.hr/search?hl=hr&source=hp&q=php+contact+form&aq=0&aqi=g8&aql=&oq=php+contact&gs_rfai=

_________________
[killa bee]
Back to top
View user's profile Send private message Visit poster's website
Plejer33



Joined: 11 Oct 2006
Posts: 28
Location: Pula

PostPosted: 04.10.2010 18:23    Post subject: Add user to your forum ignore list Reply with quote

sve shvatio osim kako da promijenim da mi text npr ide: ime i prezime pa onda prozorcic

zelim da mi bude ime i prezime text iznad prozorcica,,meni trenutno stoji lijevo od prozorcica

evo kod pa ako mi ga netko moze preuredit ili objasnit

hvala

</style>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>

<div align="center">
<span class="style1">
<?php
if($_GET['s'] == 's')
{
echo('<div class="send-success">Vasa poruka je poslana!</div>');
}
else
{
if($_GET['s'] == 'e')
{
echo('<div class="send-error">Doslo je do greske u slanju poruke! Molim pokusajte ponovno.</div>');
}
else
{
echo('
<form action="kontakt_send.php?l=hr" method="post" onSubmit="return validate_contact_form()" name="contact_form" id="contact_form">
<table width="480" border="0" align="center" cellpadding="0" cellspacing="5">
<tr>
<td>Ime i prezime:</td>
<td><label>
<input name="contact_name" type="text" id="contact_name">
</label></td>
</tr>
<tr>
<td>Vasa E-mail adresa:</td>
<td><input type="text" name="contact_email" id="contact_email"></td>
</tr>
<tr>
<td valign="top">Vasa poruka:</td>
<td style="padding-top:10px;"><label>
<textarea name="contact_message" cols="40" rows="7" id="contact_message"></textarea>
</label></td>
</tr>
<tr>
<td colspan="2" align="center"><label>
<input type="submit" name="Submit" id="submit" value="Posalji">
</label></td>
</tr>
</table>
</form>
');
}
}
?>
</span> </div>

</div>
Back to top
View user's profile Send private message Send e-mail MSN Messenger
nel`chee



Joined: 08 Jul 2004
Posts: 2087
Location: Rijeka

PostPosted: 05.10.2010 07:37    Post subject: Add user to your forum ignore list Reply with quote

stoji jedno pored drugog jer ispisuješ polja u tablici.
ispiši formu ovako:

Code:
<form action="kontakt_send.php?l=hr" method="post" onSubmit="return validate_contact_form()" name="contact_form" id="contact_form">
<label for="contact_name">Ime i prezime:</label><br />
<input name="contact_name" type="text" id="contact_name" /><br />
<label for="contact_email">Vasa E-mail adresa:</label><br />
<input type="text" name="contact_email" id="contact_email" /><br />
<label for="contact_message">Vasa poruka:</label><br />
<textarea name="contact_message" cols="40" rows="7" id="contact_message"></textarea><br />
<input type="submit" name="Submit" id="submit" value="Posalji">
</form>

<br /> forsira novi red.
naravno može i bolje, ali nećemo komplicirati za početak Wink

_________________
art & design portfoliofree Photoshop brushes stuffsketchblogfacebook
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Plejer33



Joined: 11 Oct 2006
Posts: 28
Location: Pula

PostPosted: 05.10.2010 10:42    Post subject: Add user to your forum ignore list Reply with quote

hvala puno na pomoci Exclamation
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group