Test page

HTML code for text

<tr>
<td style=""colspan="2">
<font face ="Verdana" size="2" color="#000000"><b style="font-size:20px;">See all listings from every Realty Broker here...</b><br />
<label style="font-size:15px;">This search tool is updated literally every few minutes.  It has Prices, maps and photos, condos, townhouses, foreclosures and short sales, HUD homes and more.<br /></label><br /></font>
</td>
</tr>

Embed gadget



Actual code:

<!--
Do not modify the NAME value of any of the INPUT fields
the FORM action, or any of the hidden fields (eg. input type=hidden).
These are all required for this form to function correctly.
-->
<style type="text/css">

    .myForm td, input, select, textarea, checkbox  {
        font-family: tahoma;
        font-size: 12px;
    }

    .required {
        color: red;
    }

</style>
<form method="post" action="http://www.re-drip.com/form.php?form=45" id="frmSS45" onsubmit="return CheckForm45(this);">
    <table border="0" cellpadding="2" class="myForm">
        <tr>
    <td><span class="required">*</span>&nbsp;Your Email Address:</td>
    <td><input type="text" name="email" value="" /></td>
</tr><tr>
    <td>&nbsp;&nbsp;&nbsp;&nbsp;First Name:</td>
    <td><input type="text" name="CustomFields[2]" id="CustomFields_2_45" value="" size='30'></td>
</tr><tr>
    <td>&nbsp;&nbsp;&nbsp;&nbsp;Last Name:</td>
    <td><input type="text" name="CustomFields[3]" id="CustomFields_3_45" value="" size='30'></td>
</tr><tr>
    <td>&nbsp;&nbsp;&nbsp;&nbsp;Phone:</td>
    <td><input type="text" name="CustomFields[4]" id="CustomFields_4_45" value="" size='30'></td>
</tr><input type="hidden" name="format" value="h" />
        <tr>
            <td></td>
            <td>
                <input type="submit" value="Instant Access to All Homes" />
                <br/><span style="display: block; font-size: 10px; color: gray; padding-top: 5px;">REDEC Email marketing</span>
            </td>
        </tr>
    </table>
</form>

<script type="text/javascript">
// <![CDATA[

            function CheckMultiple45(frm, name) {
                for (var i=0; i < frm.length; i++)
                {
                    fldObj = frm.elements[i];
                    fldId = fldObj.id;
                    if (fldId) {
                        var fieldnamecheck=fldObj.id.indexOf(name);
                        if (fieldnamecheck != -1) {
                            if (fldObj.checked) {
                                return true;
                            }
                        }
                    }
                }
                return false;
            }
        function CheckForm45(f) {
            var email_re = /[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i;
            if (!email_re.test(f.email.value)) {
                alert("Please enter your email address.");
                f.email.focus();
                return false;
            }
       
                return true;
            }
       
// ]]>
</script>




ADAMS CODE


<style type="text/css">

    .myForm td, input, select, textarea, checkbox {
        font-family: tahoma;
        font-size: 12px;
    }

    .myForm {
        background-color: #FFFFFF;
        border: 1px solid #CCDCF2;
        padding: 10px;
    }

    .required {
        color: red;
    }

</style>
<form method="post" action="http://www.re-drip.com/form.php?form=45" id="frmSS45" onsubmit="return CheckForm45(this);">
    <table border="0" cellpadding="2" class="myForm">
        <tr>
<tr>
<td style=""colspan="2">
<font face ="Verdana" size="2" color="#000000"><b style="font-size:20px;">See all listings from every Realty Broker here...</b><br />
<label style="font-size:15px;">This search tool is updated literally every few minutes.  It has prices, maps and photos of homes, townhouses, foreclosures and short sales, HUD homes, land and more.  Allow the next screen a few moments to load your search tool.<br /></label><br /></font>
</td>
<tr>
    <td><span class="required">*</span>
Your Email: required</td>
    <td><input type="text" name="email" value="" /></td>
</tr><tr>
    <td>&nbsp;&nbsp;&nbsp;First Name: required</td>
    <td><input type="text" name="CustomFields[2]" id="CustomFields_2_45" value="" size='25'></td>
</tr><tr>
    <td>&nbsp;&nbsp;&nbsp;Last Name: required</td>
    <td><input type="text" name="CustomFields[3]" id="CustomFields_3_45" value="" size='25'></td>
</tr><tr>
    <td>&nbsp;&nbsp;&nbsp;Valid Phone: required</td>
    <td><input type="text" name="CustomFields[4]" id="CustomFields_4_45" value="" size='25'></td>
</tr><input type="hidden" name="format" value="h" />
        <tr>
            <td>&nbsp;</td>
            <td>
                <br /><input type="submit" value="Instant access to all listings" />
                <br/>
            </td>
        </tr>
<tr>
<td style=""colspan="2">
<font face ="Verdana" size="2" color="#000000"><b style="font-size:12px;">We hate spam too.  Your info is kept confidential.</b><br />
    </table>
</form>

<script type="text/javascript">
// <![CDATA[

            function CheckMultiple45(frm, name) {
                for (var i=0; i < frm.length; i++)
                {
                    fldObj = frm.elements[i];
                    fldId = fldObj.id;
                    if (fldId) {
                        var fieldnamecheck=fldObj.id.indexOf(name);
                        if (fieldnamecheck != -1) {
                            if (fldObj.checked) {
                                return true;
                            }
                        }
                    }
                }
                return false;
            }
        function CheckForm45(f) {
            var email_re = /[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i;
            if (!email_re.test(f.email.value)) {
                alert("Please enter your email address.");
                f.email.focus();
                return false;
            }
       
                return true;
            }
       
// ]]>
</script>