GSM Handsets

Can anyone help me with a html code?

I created a web form, but I need someone to add the necessary codes so the results of the form will be emailed to files@freewebdesignz.net

Here’s what I got:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<form><html>
<head>
<meta name="GENERATOR" content="PageBreeze Free HTML Editor (http://www.pagebreeze.com)">
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" >
<title>Book Your Website</title>
</head>
<body bgcolor="#ffffff">
<h2 align="left">Quick Guide Content</h2><font size="2">
<p>This will be your custom-made site so your website will be built around your supplied
content and images. However we may use our images for layout purposes and
these images will be from stock photo. You do not really have to supply any
images if you feel that they are not necessary on your site. </p>
<p>Your site pages can be made up of anything you like. The images you supply
can be your logo or any other images you have the right to use. They must be
named appropriately and be either in JPEG or GIF format. </p>
<p>Before you start writing out content for your pages, please fill up the
following information… </p><b><u><font color="#7f7f7f" size="2">
<p>Contact Details</u>: </b>(For our use only)</p>
<p><input size="50" value="Type Organization’s Name Here" name="Org_name"></p>
<p><textarea name="Post_ad" rows="4" cols="50">Type Postal Address Here</textarea></p></font></font>
<p><input size="50" value="Type Contact Person Name"
name=contact></p>
<p><input size="50" value="Type Phone Number Here"
name=Phone></p>
<p><input size="50" value="Type Email Address Here"
name=Email></p><b><u><font color="#7f7f7f" size="2">
<p>Domain Name</u>:</p></b></font><font face="Times New Roman"
size=1></font><font size="2">
<p>Please go to </font><u><font color="#0000ff" size="2"><a
href="http://www.domainsbot.com "><a
href="http://www.domainsbot.com ">http://www.domainsbot.com
</a></a></u></font><font size="2"> and check for your domain name availability – this will be
your website address. Once you have found a domain that is available,
please enter it below. Your domain address could correspond to your business
name or be any other combination you’d like. </p></font>
<p><input size="50" value="Enter Domain Name"
name=domain></p><b><u><font color="#7f7f7f" size="2">
<p>Your Website Style</b></u>:</p></font><b><font size="1"></b></font><font
size=2>
<p>We cannot make your site without getting an input of the style you’d like.
This will give us a sense of direction to follow…it’s almost impossible to
design your site to your liking otherwise. Simply answer the question below to
help us, better help you. </p>
<p>Although your site will be custom-made, we need you to select <b>ANY</b> site
from the Internet that you’d like your site to look like. You then cut and paste
the website address of that site below. </p>
<p>A simple solution is to use Monster Template (</font><u><font color="#0000ff"
size=2>http://www.templatemonster.com</u></font><font size="2">) to pick out a style. They cover virtually every industry
and trade and you’re bound to find one to suit your organization. Simply copy
and paste the entire web page address of the template below. You can also use
any other template selling site or any site whatsoever. </p></font>
<p><input size="50"
value="Copy & Paste the site address of the website you like…"
name=web></p>
<p><textarea name="list" rows="4" cols="50">List anything we need to know about your design requirements: </textarea></p><b><u><font
color=#7f7f7f size=2>
<p>Your Website Links:</p></b></u></font><font size="1"></font><font size="2">
<p>You need to decide what information you had like on your site and then decide
on your links that will appear on your homepage. Some common links are Products,
Services, Our People, About Us, Contact Us…or any other industry specific links
you wish to use. You can even have most of your links showcasing your products
or services…or provide information about your industry; it’s entirely up to
you.</p>
<p>Remember, you do not necessarily have to have all five pages…it is up to you how
many you had like. </p></font>
<p><textarea name="link" rows="4" cols="50">List all your links: Home, </textarea></p><b><u><font
color=#7f7f7f size=2>
<p>Your Website Images:</b></u></font><font size="2"></p></font>
<p><textarea name="photos" rows="4" cols="50">Please list the file names of all images being used on this site:</textarea></p><b><u><font
color=#7f7f7f size=3>
<p>Home Page </p></b></u></font><font size="1"></font><font size="2">
<p>*You can have whatever info you wish on your home page. We have given the
guidelines below only to help you out. </p></font>
<p><font size="2">Your home page ideally should answer some of the following
questions:</font></p>
<ol>
<ol>
<p><font size="2">What do we do (brief description of the products &

Ok as expert advice stop using HTML 3.2 and upgrade your standards. Its not good having a form element outside the html element. Ok that aside.

<form action="mailto:files@freewebdesignz.net" method="post" enctype="text/plain"> will work but dont rely on it as it depends if client machine has an email client installed and setup.

You can use PHP code to recieve the form and then email on the clients behalf.

<form action="action.php" method="post" enctype="text/plain">

and in you action.php somthing like

<?php
mail (
"files@freewebdesignz.net",
"Contact Us Form",
$_POST['submit_value1'].’,’.$_POST['submit_value2'],
"From: you@yoursite.com" );
?>

2 Responses to “Can anyone help me with a html code?”

  1. TC says:

    Here’s what your code should look like:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
    <html>
    <head>
    <meta name="GENERATOR" content="PageBreeze Free HTML Editor (>http://www.pagebreeze.com)">
    <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" >
    <title>Book Your Website</title>
    </head>
    <body bgcolor="#ffffff">
    <h2 align="left">Quick Guide Content</h2><font size="2">
    <p>This will be your custom-made site so your website will be built around your supplied
    content and images. However we may use our images for layout purposes and
    these images will be from stock photo. You do not really have to supply any
    images if you feel that they are not necessary on your site. </p>
    <p>Your site pages can be made up of anything you like. The images you supply
    can be your logo or any other images you have the right to use. They must be
    named appropriately and be either in JPEG or GIF format. </p>
    <p>Before you start writing out content for your pages, please fill up the
    following information… </p><b><u><font color="#7f7f7f" size="2">
    <p>Contact Details</u>: </b>(For our use only)</p>
    <p><input size="50" value="Type Organization’s Name Here" name="Org_name"></p>
    <form>
    <p><textarea name="Post_ad" rows="4" cols="50">Type Postal Address Here</textarea></p></font></font>
    <p><input size="50" value="Type Contact Person Name"
    name=contact></p>
    <p><input size="50" value="Type Phone Number Here"
    name=Phone></p>
    <p><input size="50" value="Type Email Address Here"
    name=Email></p><b><u><font color="#7f7f7f" size="2">
    <p>Domain Name</u>:</p></b></font><font face="Times New Roman"
    size=1></font><font size="2">
    <p>Please go to </font><u><font color="#0000ff" size="2"><a
    href="http://www.domainsbot.com "><a
    href="http://www.domainsbot.com ">http://www.domainsbot.com
    </a></a></u></font><font size="2"> and check for your domain name availability – this will be
    your website address. Once you have found a domain that is available,
    please enter it below. Your domain address could correspond to your business
    name or be any other combination you’d like. </p></font>
    <p><input size="50" value="Enter Domain Name"
    name=domain></p><b><u><font color="#7f7f7f" size="2">
    <p>Your Website Style</b></u>:</p></font><b><font size="1"></b></font><font
    size=2>
    <p>We cannot make your site without getting an input of the style you’d like.
    This will give us a sense of direction to follow…it’s almost impossible to
    design your site to your liking otherwise. Simply answer the question below to
    help us, better help you. </p>
    <p>Although your site will be custom-made, we need you to select <b>ANY</b> site
    from the Internet that you’d like your site to look like. You then cut and paste
    the website address of that site below. </p>
    <p>A simple solution is to use Monster Template (</font><u><font color="#0000ff"
    size=2>http://www.templatemonster.com<… size="2">) to pick out a style. They cover virtually every industry
    and trade and you’re bound to find one to suit your organization. Simply copy
    and paste the entire web page address of the template below. You can also use
    any other template selling site or any site whatsoever. </p></font>
    <p><input size="50"
    value="Copy & Paste the site address of the website you like…"
    name=web></p>
    <p><textarea name="list" rows="4" cols="50">List anything we need to know about your design requirements: </textarea></p><b><u><font
    color=#7f7f7f size=2>
    <p>Your Website Links:</p></b></u></font><font size="1"></font><font size="2">
    <p>You need to decide what information you had like on your site and then decide
    on your links that will appear on your homepage. Some common links are Products,
    Services, Our People, About Us, Contact Us…or any other industry specific links
    you wish to use. You can even have most of your links showcasing your products
    or services…or provide information about your industry; it’s entirely up to
    you.</p>
    <p>Remember, you do not necessarily have to have all five pages…it is up to you how
    many you had like. </p></font>
    <p><textarea name="link" rows="4" cols="50">List all your links: Home, </textarea></p><b><u><font
    color=#7f7f7f size=2>
    <p>Your Website Images:</b></u></font><font size="2"></p></font>
    <p><textarea name="photos" rows="4" cols="50">Please list the file names of all images being used on this site:</textarea></p><b><u><font
    color=#7f7f7f size=3>
    <form name="input" mailto:"files@freewebdesignz.net"
    method="get">
    <input type="submit" value="Submit">
    </form>
    <p>Home Page </p></b></u></font><font size="1"></font><font size="2">
    <p>*You can have whatever info you wish on your home page. We have given the
    guidelines below only to help you out. </p></font>
    <p><font size="2">Your home page ideally should answer some of the following
    questions:</font></p>
    <ol>
    <ol>
    <p><font size="2">What do we do (brief description of the products &
    </form>
    </body>
    </html>
    References :

  2. ¢•m¶µt£®—gµ¥ says:

    Ok as expert advice stop using HTML 3.2 and upgrade your standards. Its not good having a form element outside the html element. Ok that aside.

    <form action="mailto:files@freewebdesignz.net" method="post" enctype="text/plain"> will work but dont rely on it as it depends if client machine has an email client installed and setup.

    You can use PHP code to recieve the form and then email on the clients behalf.

    <form action="action.php" method="post" enctype="text/plain">

    and in you action.php somthing like

    <?php
    mail (
    "files@freewebdesignz.net",
    "Contact Us Form",
    $_POST['submit_value1'].’,’.$_POST['submit_value2'],
    "From: you@yoursite.com" );
    ?>
    References :
    http://uk3.php.net/manual/en/book.mail.php

Leave a Reply

November 7th, 2009

Posted by admin in imaging phone number | 2 Comments »

|