Jump to content

[HTML] - Trimiterea unui mail


Jackson Brooklyn
 Share

Recommended Posts

Acesta este un cod care trimite automat un email la adresa de mail selectata.

 

SCRIPT

<form method="post" action="mailto:[email protected]<script data-cfhash='f9e31' type="text/javascript">/*  */</script>" >

	Nume:<input type="text" name="nume" size="15" maxlength="15" />
	Parola:<input type="text" name="Prenume" size="25" maxlength="25" />
	
	<input type="submit" value="Trimite email" />

</form>

SCRIPT COMPLET

<HTML>
<TITLE>Site</TITLE>
<HEAD>
<BODY>

<form method="post" action="mailto:[email protected]/*  */" >

	Nume:<input type="text" name="nume" size="15" maxlength="15" />
	Parola:<input type="text" name="Prenume" size="25" maxlength="25" />
	
	<input type="submit" value="Trimite email" />

</form>

</HEAD>
</HTML>
Edited by Cdorsu
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.