<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
Your form will be sent to Swat, all the information you give is between swat and you.
<FORM METHOD=POST ACTION="mailto:luke69@gmail.com" ENCTYPE="text/plain">
<div align="left">
<INPUT TYPE="text" NAME="username">
: Screen Name <BR>
<INPUT TYPE="text" NAME="email">
: email <BR>
<INPUT TYPE="text" NAME="Name">
: Name <BR>
<INPUT TYPE="text" NAME="Broadband speed">
: Internet Speed <BR>
<INPUT TYPE="text" NAME="MSN"> : Msn <BR>
comments <BR>
<TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard">
</TEXTAREA>
<INPUT NAME="redirect" TYPE="hidden" VALUE="thanks.html">
<INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
<BR>
<INPUT TYPE="submit" VALUE="Send">
<INPUT TYPE="reset" VALUE="Clear">
</div>
</FORM>
<div align="center">
<!-- END OF FORM -->
</div>
</body>
</html>
and it keeps asking me to open outlook and i dont want to that i just want it to send to the email, can some one help please
I use a PHP contact form on my site that was adapted from a free script on another site. Sadly, that script is no longer on that site. However, there's one here that you might find useful. The script that goes along with the article is available for download on the next to the last page of the article. Hopefully, this will be of some use to you.