Flash/php registration form

Hi all

I created a product registration form for my website and the basics of this beautiful work, IE when I click on send the info gets successfully by e-mail to me. I want extend the functionality of it, however. As it is, I get an email without worrying about whether the fields are filled or not. I would like to be directed to an error page when the e-mail field is empty and a thank you page otherwise, users. How can I do this? I guess it's possible either directly in flash or would the php load the browser to access the error page or thank you? Key is that I don't want the form to be present if the email is empty.

My flash code:

Stop();


submit_btn.addEventListener (MouseEvent.CLICK, sendMessage);

function sendMessage(e:MouseEvent):void {}

var my_vars:URLVariables = new URLVariables();

my_vars. Serial = serials_txt.text;

my_vars. Model = model_txt.text;

my_vars. Name = name_txt.text;

my_vars. Address = address_txt.text;

my_vars. Country = country_txt.text;

my_vars.email = email_txt.text;

my_vars. Phone = phone_txt.text;

my_vars. Retailer = retailer_txt.text;

my_vars. City = city_txt.text;

my_vars.date = date_txt.text;


var my_url:URLRequest = new URLRequest ("mailer.php");

my_url. Method = URLRequestMethod.POST;

my_url. Data = my_vars;


var my_loader:URLLoader = new URLLoader();

my_loader. DataFormat = pouvez;

my_loader. Load (my_url);


}


home_button.addEventListener (MouseEvent.CLICK, fl_ClickToGoToWebPage_3);


function fl_ClickToGoToWebPage_3(event:MouseEvent):void

{

navigateToURL (new URLRequest ("http://www.eversound-audio.com/home.html"), '_self');

}

Php:

<? PHP

$to = " [email protected] "; "

$subject = ($_POST ['name']);

$message = ($_POST ['serials']);

$message. = « \n ». $_POST ['model']. "\n";

$message. = ($_POST ['name']);

$message. = « \n ». $_POST ['address']. "\n";

$message. = ($_POST ['country']);

$message. = « \n ». $_POST ['email']. "\n";

$message. = ($_POST ['phone']);

$message. = « \n ». $_POST ["retailer"]. "\n";

$message. = ($_POST ['city']);

$message. = « \n ». $_POST ['date']. "\n";

$message. = « \n\n-\n » ;

$headers = "from:". "." $_POST ['name']. "" < "." $_POST ['email']. "> \n";

If (@mail ($ $subject, $message, $headers))

? >

Thanks in advance for the help.

You can check this email within the sendMessage function field if you wish and then have it just show an error message rather than direct the user to another page (movieclip).  If send you them to another page, they can lose all entries that they admitted already depneding on how you designed the structure of the page.  You can have this movieclip error resemble the image of the page you showed...

function sendMessage(e:MouseEvent):void {}

If (email_txt.length > 0) {}

treat all the code to send the data that you have now

} else {}

show the movieclip error

}

}

Tags: Adobe Animate

Similar Questions

  • Flash Pro cs5.5, MySQL, connection and registration form

    Hello.

    I just started using Adobe Flash CS5.5 and I want to make my new homepage based on flash. Only problem at the moment is that I don't know how to do flash login and registration form which takes data from MySQL. I am messed with this for 3 days, but with no results (form is done, but do not know how to communicate with MySQL).

    Sorry for my bad English.

    Can someone help me please?

    Thanks in advance for the help.

    Here's a video tutorial that I found: http://www.swinburne.edu.au/design/tutorials/P-flash/T-Integrating-Flash-with-PHP-and-MySQ L-help-AS3/ID-250 /

  • Open registration form

    I was just responsible for creating a form of open registration for the courses that my company would offer to the general public.

    What would be the best way to do it?

    My employer wants to be able to see the course dates, people choose a day (s) and register.

    What would be the best way to do this?

    I thought just something like a contact form and then we go back to them (payment will not be collected via the online registration form)

    However, this method does not allow an immediate return if this course was full.

    Can someone help me or point me in the right direction on how to proceed with this project?

    If your server supports PHP & MySql, you should look for a PHP booking/reservation system.

    https://www.Google.com/search?q=PHP+booking+systems&ie=UTF-8&OE=UTF-8&AQ=t&RLS=org.Mozilla: en - org.mozilla & client = firefox-a

    If your server does not support PHP & MySql, see what programming languages you can use and research accordingly.

    Nancy O.

  • PHP contact form does not work

    I created my page using godaddy but my php contact form does not work. When sending a message, he won't have to the sent Message (su message to ha enviado) page, but it is not actually send any mails. The accounts are set up, but it does not work. The web page is cuysrus.com, the contact form is on the contact page.

    This is the code I used for the php class linked to the html file:

    <? PHP

    $to = " [email protected] "; "

    $subject = 'new message ';

    $nombre = $_POST ['number'];

    $apellido = $_POST ['apellido'];

    $message = $_POST ['message'];

    $headers = "from: ". " [email protected] \n";

    $headers. = "X-Mailer: PHP /'." phpversion();

    $headers. = "MIME-Version: 1.0\r\n";

    $headers. = "content-Type: text/html;" charset = iso-8859-1\n ";

    $retval = mail ($to $subject, $message, $headers);

    If ($retval == true) {}

    echo "message Su will ha enviado.

    } else {}

    echo "Vuelva a intentarlo.

    }

    ? >

    Well sorry that I forgot to ask about the action of form... you will need to rework this if you do not have to use the form of godaddy.

    a few things... first of all, you have the transformation code in the page, if you want that your action forms literally go anywhere.  ' change action = "? »

    Second, you'll need a 'trigger' in the form must be added a hidden as field

    Thirdly, finally, you have this block of code that I rewrote the process, if there is a request for 'process' then here is the code:

    <>

    form of process

    If (@$_REQUEST ['process']) {}

    $headers = "from: [email protected] \n";

    $to = "[email protected]";

    $subject = 'new message ';

    $body = "number:". "" $_REQUEST ['number']. »

    Apellido: ".." $_REQUEST ['apellido']. »

    Message: ".." $_REQUEST ['message']. »

    ";

    $retval = mail ($to $subject, $body, $headers);

    If ($retval == true) {}

    echo "message Su will ha enviado.

    } else {}

    echo "Vuelva a intentarlo.

    }

    }

    ?>

  • In a Muse Site registration forms

    Hi guys!

    I'm developing a site for a client event. Y at - it anyway to include a registration form which is accessible only by the list of customer contacts. In other words, we don't want anyone to record who does not receive an email from us.

    The rest of the site doesn't have to be protected. Or maybe it does?

    Thank you

    Christopher Nelson

    Sounds pretty difficult...

    At least, you can't with the help of Muse in the normal way.

    There is no standard function that will help you with this, except for the creation of a page with a name a little 'secret' and let it display in any menu. That give this direct address to the person on the list. Possible to set the Options Property Page to exclude page in the Sitemap for Google, so it will not be found as a result of research.

    Ways stronger to protect a page are with a third party like this widget:

    Adobe Muse password by MuseThemes Widget

    More technical ways to use ordinary protection of web servers, can be read here:

    Can I create a login/password in the Muse for a HTML5 page or two?

    But they are all based on the issuance of a page name or a password to visitors.

  • Manager not an event trigger in the field display name of the user registration form

    Hello

    I want to customize the display as name lastname.first name field in the user registration form.

    so i have creates a process Manager field events, but this isn't the trigger to the full name field, he demonstrated error ion Orchestra.

    But even when I went with first name , it's showing form name.first perfectly.

    can anyone help me on that there is any event triggered default and does not allow to create a custom event on the display name field.

    Thank you

    Display name must be placed in a Hashtable as follows:

    Map dispNameMap = new HashMap();
    dispNameMap.put ("base", lastName + "" + firstName); then pass this card as:

    Parameters.put ("Display Name", dispNameMap);

  • Registration form via Captivate or inserting video in captivate

    Dear community!

    I made a recording of the screen, about 30 sec with Quicktime Player. This video (.mov) I want to insert in my Captivate 8 E-Conference. I want it to start automatically when the slide in the Conference is reached.

    It is now .mov is not possible with captivate, so I changed it to .flv. But the quality is quite bad and also after the publication of my E-Conference there are problems, the video does not play or you play the video.

    I do also registration form through captivate? If not, what is the best way to insert a video in a conference-E? Is there a possibility that the video starts automatically with the slide? I Don t want to look like a video, I want the person who looks at the conference E-think it's a normal blade. Is this possible?

    Sincerely

    Thomas

    You have the possibility of video recording demo, which translates a file cpvc

    You can insert on a slide in a project cptx. Demo video has a dedicated

    Editor-in-Chief of pan/zoom and to insert static objects, transitions etc.

  • Newsletter at the bottom of page meets the crate registration form

    Hello

    I don't know if this is a new problem or not, if someone has already journalist forgive me. I have search the forum and nothing found related to this issue

    This affects all sites I tested with a newsletter form in the footer as a common element.

    The problem is that I don't remember to test this in the past and I can't say.

    Asure is not a bad practice on our side, I tried and successfully replcated the issue in bcgurus models...

    So I guess that is not my fault this time

    To reproduce the problem just add a product to cart > order > registration buy > subscribe to the newsletter.

    Buy process is finished, even when it is completely empty. In the CRM, there is no reference to the subscription, only order with empty details...

    What can I say?

    See you soon

    IRA

    Known as any in this instance that BC treats as the form of payment based on modules located in the url.

    If you have a web newsletter registration form it will be, but if you just use a normal campaign registration form that does not use the modules in the form action you should not get the question.

  • Problem with 'Reply-To' on the PHP contact form...

    Hi guys,.

    I created a PHP contact form that works perfectly; except, when I received the email in my Inbox and go to there to answer, it is not an answer to the e-mail address of the person who submits the form - in the area of response, he seems to have the email address of the default server.

    Here is my code I included in the same PHP page as my form:

    Sorted!

    I removed...

    $headers. = "reply-To:". "." $_POST ['email']. « \r\n » ;

    .. .and added...

    $headers = "MIME-Version: 1.0\r\n";

    $headers. = "content-type: text/html;" charset = iso-8859-1\r\n ";

    $headers. = "reply-To:". "." $_POST ['email']. « \r\n » ;

  • Automatically connect to the secure area when you submit the registration form?

    Is it possible to automatically open a session someone in a secure area when they finish the web registration form?

    We have created a web form that adds users to a secure area and we have redirected this form to our secure area desired landing page.  However, the landing page is promting the users to enter their login before information it will display the page.  Is it possible to automatically open a session in the secure area when they support the registration form (so that they automatically see the content of the page without having to connect)?

    Thank you

    Jason

    Hi Mario,.

    Thanks for your quick response.  I found the problem.  I am using a subdomain and the registration page as the start page for the subdomain.  For some reason, BC did not like this.  When I went directly to the page, it worked fine.

    -for example, when I went to the trituns.com/testregstration.html page, everything worked well and I could record and see the secured information.  (FYI - these aren't the actual URL - examples)

    -However, if I tried to go to testreg.trituns.com with the testregistrationl.html page to set as the start page for the subdomain, the system would allow me to fill in the electronic registration form and add me to the secure area, but it would not open automatically log me into the secure area.

    - As a work-around, I created a new redirect page that is the start page for testreg.trituns.com that takes people to the page complete trituns.com/testregistration.html.  ... This isn't an ideal solution, but it seems to work for now.

    Thank you

    Jason

  • custom registration form

    Hello

    Can anyone help me please with the following?

    I need to create a class for my client's registration form.

    Failure on classes: private and group sessions, so 2 different prices for each class.

    The price of group starts to 3 people and more, but up to 15 people per class.

    There is a discount for the person who brings his own Board of Directors to the class. So let's say there is a group of 3 people and 2 of them have a Board there is a discount of $5.00 for each card, in this case is equal to $10.00 off.

    What is the best way to create the shape?

    I've seen http://css-tricks.com/examples/DynamicOrderForm as a possible solution, a very good start, but it doesn't have everything that I need. Also http://dabrook.org/examples/cdia/javascript/05/form.html was little help, but if anyone has one more all approaches for a beginner to jquery would be greatly appreciated.

    Also, how attached the registration form customized to the platform of the BC.

    Thank you.

    Lana

    Yes, he would. Once the reservation is completed the next visitor would there be different percentages.

    m

  • Blog registration form

    Hello

    (1) I want to add a registration form to my blog that contains only one field for an e-mail address. The who will work? It will work in the database does not have the name of a person associated with the email?

    (2) what is the 'programming' for adding a button 'confirm the follow-up' in the Blog Signup confirmation email?

    Can anyone help with this?

    Thank you

    Catherine

    You don't need to enter and change the names to a friend, you can just set up in this way:

    value = "Friend" / >

    value = "LastName" / >

    For your second question. When a Subscriber connects to a list, they are automatically sent an e-mail 'Confirmation '. This can be disabled, but the default value is that it must be sent.

    Thank you

    Chad Smith

  • Problem with the update of the registration form

    I have a registration form to update that uses a < cfquery > function and has (among other areas), an optional file input field and two separate fields to specify the file name and the file type. I don't get any errors when I submit the form, but it does not update the record and not redirects to the page specified in the < cflocation > function. Instead, it reloads the page updated with all the deleted values record. The cfquery function is copied below. Any ideas what I'm missing? I am relatively new to CF and sql, but comparing to other forms of record update I have for other tables, I can't find a problem.

    <cfif IsDefined("FORM.MM_UpdateRecord") AND FORM.MM_UpdateRecord EQ "content_edit">

      <cfquery datasource="everettweb">UPDATE Content

    SET Page_URL=<cfif IsDefined("FORM.Page_URL") AND #FORM.Page_URL# NEQ "">

    #FORM.Page_URL#

    <cfelse>

    ''

    </cfif>

    , Page_Category=<cfif IsDefined("FORM.Page_Category") AND #FORM.Page_Category# NEQ "">

    #FORM.Page_Category#

    <cfelse>

    ''

    </cfif>

    , Content_Description=<cfif IsDefined("FORM.Content_Description") AND #FORM.Content_Description# NEQ "">

    #FORM.Content_Description#

    <cfelse>

    ''

    </cfif>

    , Content_Heading=<cfif IsDefined("FORM.Content_Heading") AND #FORM.Content_Heading# NEQ "">

    #FORM.Content_Heading#

    <cfelse>

    ''

    </cfif>

    , Content=<cfif IsDefined("FORM.Content") AND #FORM.Content# NEQ "">

    #FORM.Content#

    <cfelse>

    ''

    </cfif>

    , Image_URL=<cfif IsDefined("FORM.Filename") AND #FORM.Filename# NEQ "">

    /images/#FORM.Filename#.#FORM.File_type#

    <cfelse>

    ''

    </cfif>

    WHERE ID=#FORM.ID#

    </cfquery>

      <cflocation url="#FORM.Page_URL#">

    </cfif>

    Thanks for any help you can provide!

    Jeremy

    Okay, so I rebuilt the page, and it worked. When I compared both versions it looks like when I did a montage for the sql, I had a bit of redundant code in the form that would throw things off. Thanks for all your help!

    Dan, with regard to the two types of variables, the URL variable that's so I can fill in the form with the data in the existing record. Here's the process:

    -Main page has a link to change the content, which is identified by the ID number.

    -The link change calls the form of update: content_editor.cfm? recordID = #ID #.

    -A queries on the calls page of content_editor.cfm for the data Records using the url variable (because at this point, it is the only remaining identifier from the previous page) to fill out the form.

    -A second query updates the record on form.

    If there is another way to do it, I don't know. I left Dreamweaver show me one way, and then I adapted this method to a couple updated various registration forms. I'm certainly open to other suggestions!

    JAW

  • PHP Contact form problem

    Hi all

    I am using a php Contact form and it is throwing an error before I click on submit. As a beginner in PHP I don't really know where I am going wrong.

    Here is the link to the contact form.

    http://www.thesketchcollective.co.UK/clients/form-example/MyForm1.php

    Secondly, I join the form to send an email but also send the information to CSV format. It currently sends it a little to a CSV file.

    Any help would be appreciated.

    See you soon

    Tom

    Just what I thought.  Add this before line 2:

    if (isset($_POST['formSubmit'])) {
    

    And add after line 27:

    }
    

    Then the lines 46 & 50 that you use a variable that does not exist yet.  Y at - it a page before this form where the variable is set before this page?

    If the answer is no, and more than likely it is remove the "value =...". "part of the code for your contributions.  They aren't really any purpose here and it is because of the same error type, as indicated above.  The value field essentially specifies the information that must be in the input field when the page loads before the user types anything.  Then, you should be able to remove it without consequences, unless it is a multiple page form or as long as you don't go no information of this form before it is entered by the user.

  • error on insert registration form

    Hello

    I created the registration forms approximately 1 million insert without any problem, but for some reason any I get the same error when I tried to create the form on pages, with different recordsets and everything I can think of, but I get this error (here is the error and code):

    You have an error in your SQL syntax; consult the manual for your version of the MySQL server for the right syntax to use near "(où, quand, whotocontact) VALUES (2, 'stand', 'mikew', ', 'h' ' at line 1)"

    The error occurred in C:\ColdFusion9\wwwroot\mymindsnotrightcopy\supportgroupFormNeedsInclude.cfm: line 47

    45:, < cfif IsDefined ("FORM.whotocontact") AND #FORM.whotocontact # NEQ "" > "".
    46: cfqueryparam value = "" #FORM.whotocontact # "cfsqltype ="cf_sql_clob"maxlength ="2147483647">"
    47: < cfelse >
    48: "
    49: < / cfif >

    < cfset GetFileFromPath = CurrentPage (GetBaseTemplatePath ()) >
    < cfif IsDefined "(FORM. MM_InsertRecord") AND the FORM. MM_InsertRecord EQ 'form1' >
    < cfquery datasource = "mymindsnotrighttest" >
    INSERT INTO supportgroups (supportgroup_id, supportgroup_name, user_id, username, description, howlong, state, where, when, whotocontact)
    VALUES (< cfif IsDefined ("FORM.supportgroup_id") AND #FORM.supportgroup_id # NEQ "" > "")
    < cfqueryparam value = "" #FORM.supportgroup_id # "cfsqltype ="cf_sql_numeric">"
    < cfelse >
    NULL VALUE
    < / cfif >
    , < cfif IsDefined ("FORM.supportgroup_name") AND #FORM.supportgroup_name # NEQ "" > "".
    < cfqueryparam value = "" #FORM.supportgroup_name # "cfsqltype ="cf_sql_clob"maxlength ="65535">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.user_id") AND #FORM.user_id # NEQ "" > "".
    < cfqueryparam value = "" #FORM.user_id # "cfsqltype ="cf_sql_numeric">"
    < cfelse >
    NULL VALUE
    < / cfif >
    , < cfif IsDefined ("FORM.username") AND #FORM.username # NEQ "" > "".
    < cfqueryparam value = "" #FORM.username # "cfsqltype ="cf_sql_clob"maxlength ="65535">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.description") AND #FORM.description # NEQ "" > "".
    < cfqueryparam value = "" #FORM.description # "cfsqltype ="cf_sql_clob"maxlength ="9999">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.howlong") AND #FORM.howlong # NEQ "" > "".
    < cfqueryparam value = "" #FORM.howlong # "cfsqltype ="cf_sql_clob"maxlength ="65535">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.state") AND #FORM.state # NEQ "" > "".
    < cfqueryparam value = "" #FORM.state # "cfsqltype ="cf_sql_clob"maxlength ="65535">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.where") AND #FORM.where # NEQ "" > "".
    < cfqueryparam value = "" #FORM.where # "cfsqltype ="cf_sql_clob"maxlength ="2147483647">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.when") AND #FORM.when # NEQ "" > "".
    < cfqueryparam value = "" #FORM.when # "cfsqltype ="cf_sql_clob"maxlength ="2147483647">"
    < cfelse >
    ''
    < / cfif >
    , < cfif IsDefined ("FORM.whotocontact") AND #FORM.whotocontact # NEQ "" > "".
    < cfqueryparam value = "" #FORM.whotocontact # "cfsqltype ="cf_sql_clob"maxlength ="9999">"
    < cfelse >
    ''
    < / cfif >
    )
    < / cfquery >
    < cflocation url = "supportgroup_details.cfm? supportgroup_id = #FORM.supportgroup_id #" >
    < / cfif >
    < cfquery name = "rsSupportGroups" datasource = "mymindsnotrighttest" >
    SELECT *.
    OF supportgroups
    < / cfquery >
    < cfquery name = "rsStates" datasource = "mymindsnotrighttest" >
    SELECT *.
    States
    ORDER BY 'State' ASC
    < / cfquery >
    <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional / / BY" > ".

    < html >
    < head >
    < title > spirits my not right - a group of < /title > online support
    < link rel = "stylesheet" type = "text/css" href = "HTML/style.css" >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 ">"
    < style type = "text/css" >
    {.blogcontent}
    do-size: 11pt;
    do-family: Tahoma, Geneva, without serif.
    }

    .comments {}
    do-family: Tahoma, Geneva, without serif.
    do-size: 12px;
    make-weight: bold;
    text-decoration: underline;
    text-align: right;
    color: #246494;
    }

    . {FeaturedBlogList}
    do-family: Tahoma, Geneva, without serif.
    do-size: 11px;
    }

    . {FeaturedBlogListHeader}
    do-family: Tahoma, Geneva, without serif.
    do-size: 12px;
    make-weight: bold;
    color: #246494;
    / * [disabled] border-bottom-style: solid; */
    }

    {.blogdate}
    do-size: 9pt;
    make-style: italic;
    do-family: Tahoma, Geneva, without serif.
    }

    {.bloguserandwho}
    do-size: 10pt;
    make-style: normal;
    do-family: Tahoma, Geneva, without serif.
    }
    {.redlink}
    do-family: Tahoma, Geneva, without serif.
    Color: #F00;
    do-size: 10pt;
    }

    {.blogtitle}
    do-size: 16px;
    make-weight: bold;
    do-family: Tahoma, Geneva, without serif.
    color: #246494;
    }
    {.quoteStyle}
    do-family: Verdana, Geneva, without serif.
    do-size: 11pt;
    make-style: italic;
    Color: #000;
    }

    {.justified}
    text-align: justify;
    }
    < / style >
    < script type = "text/javascript" >
    function MM_swapImgRestore() //v3.0 {}
    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;
    }
    function MM_preloadImages() {//v3.0
    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();
    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)
    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}
    }

    function MM_findObj (n, d) {//v4.01
    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}
    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}
    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];
    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);
    If (! x & & d.getElementById) x = d.getElementById (n); Return x;
    }

    function MM_swapImage() {//v3.0
    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).
    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}
    }
    < /script >
    < / head >

    < body bgcolor = "#ffffff" leftmargin = 0 topmargin = 0 marginWidth = "0" marginheight = "0" onLoad = "MM_preloadImages (" images/about_invert.jpg','images/discussion_invert.jpg','images /family_invert.jpg','images/askquestion_invert.jpg','images/newsletters_invert.jpg','image s/home_invert.jpg ' ") ' >

    < table border = "0" cellspacing = "0" cellpadding = "0" width = "100%" height = "100%" >
    < b >
    "< td width ="50% "background =" images/bg.gif"valign ="top"> < img src =" images/px1.gif "width ="1"height ="1"alt =" "border ="0"> < table >"
    "< td valign ="top"background =" images/bg_left.gif"> < img src =" images/bg_left.gif"alt =" "width ="17"height ="16"border ="0">
    < table >
    < td valign = "top" >
    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    < td width = "780" > < table >
    < td width = "100%" >
    < table width = "780" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    "< td > < img src =" images/logo01new.jpg"width ="510"height ="126"> < img src =" images/logo02clean.jpg "width ="270"height ="126"border = '0' > < table >
    < /tr >
    < b >
    < cfinclude template = "topBar.cfm" >
    < /tr >
    < /table >
    < table >
    < /tr >
    < /table >
    < cfinclude template = "sideBar.cfm" >
    < class p = "left" >
    < cfinclude template = "includes/sidebarLinks.cfm" >
    < br >
    < /p >
    <!-/-> left
    < table >
    < td rowspan = "2" width = "100%" >
    < table border = "0" cellspacing = "0" cellpadding = "0" width = "100%" >
    < b >
    "< td background =" images/fon_right.gif"> < img src ="images/featuredblogs.jpg"width ="322"height ="35"alt =" "border ="0"> < table >
    "< td bgcolor ="#B9B9B9"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < td background = "images/fon_right.gif ' > < table > '"
    "< td bgcolor ="#B9B9B9"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < td valign = "top" rowspan = "2" width = "100%" >
    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    < td width = "2" > < img src = "images/2_f_2.gif" width = "2" height = "35" > < table > "
    "< td background =" images/2_f_2_fon.gif"width ="100% "> < img src =" images/topend.jpg "width ="28"="36"height > < table >
    < /tr >
    < / table > < table >
    < /tr >
    < tr valign = "top" >
    < td background = "images/fon01.gif" style ="background-position: top; background-repeat: repeat-x; do-size: 9px; do-family: Tahoma, Geneva, without serif. Color: #000; "> < table border ="0"cellspacing ="0"cellpadding ="0"width ="90% "background =" "align ="center">"
    < tr valign = "top" >
    < td align = "left" > < h6 > < br >
    < / h6 >
    < table width = "97%" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    < td width = "44%" > < span class = "blogtitle" > support groups: </span > < table >
    < td width = "56%" align = 'right' class = "redlink" > < strong > start a group/add your group to the list of < facilities > < table >
    < /tr >
    < /table >
    < class p = 'blogtitle' > < / p >
    < class p = 'blogcontent' > < / p >
    < class p = 'blogtitle' > < / p >
    < class p = 'blogtitle' > < / p > < table >
    < /tr >
    < /table >
    < table >
    "< td bgcolor ="#B9B9B9"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < td background = "images/fon01.gif" style ="background-position: top; background-repeat: repeat-x; ">
    < br > < table >
    "< td bgcolor ="#B9B9B9"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < /tr >
    < b >
    "< td background =" images/fon02.gif"colspan ="3"> < img src =" images/blogoftheweek.jpg "width ="563"height ="43"alt =" "border ="0"> < table >"
    "< td bgcolor ="#B9B9B9"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    "< td background =" images/fon_right.gif"width ="100% "> < img src =" images/px1.gif "width ="1"height ="1"alt =" "border ="0"> < table >"
    < /tr >
    < b >
    < td colspan = "3" align = "left" valign = "top" > < blockquote >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < are method = "post" name = "form1" action = "< cfoutput > #CurrentPage # < / cfoutput >" >
    < table align = "center" >
    < tr valign = 'of basic">
    < td align = 'right' nowrap > Supportgroup_name: < table >
    < td > < input type = "text" name = "supportgroup_name" value = "" size = "32" > < table > "
    < /tr >
    < tr valign = 'of basic">
    < td align = "right" valign = "top" nowrap > Description: < table >
    < td > < textarea name = cols "description" = "50" lines = "5" > < / textarea > < table >
    < /tr >
    < tr valign = 'of basic">
    < td align = "right" valign = "top" nowrap > Howlong: < table >
    < td > < textarea name = "howlong" cols = "50" rows = "5" > < / textarea > < table >
    < /tr >
    < tr valign = 'of basic">
    < td align = 'right' nowrap > status: < table >
    < td > < input type = "text" name = "State" value = "" size = "32" > < table > "
    < /tr >
    < tr valign = 'of basic">
    < td align = "right" valign = "top" nowrap > where: < table >
    < td > < textarea name = "where" cols = "50" rows = "5" > < / textarea > < table >
    < /tr >
    < tr valign = 'of basic">
    < td align = "right" valign = "top" nowrap > when: < table >
    < td > < textarea name = "when" cols = "50" rows = "5" > < / textarea > < table >
    < /tr >
    < tr valign = 'of basic">
    < td align = "right" valign = "top" nowrap > Whotocontact: < table >
    < td > < textarea name = "whotocontact" cols = "50" rows = "5" > < / textarea > < table >
    < /tr >
    < tr valign = 'of basic">
    < td align = 'right' nowrap > < table >
    < td > < input type = "submit" value = "insert disk" > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "supportgroup_id" value = "< cfoutput > #IncrementValue (rsSupportGroups.RecordCount) # < / cfoutput >" >
    < input type = "hidden" name = "user_id" value = "< cfoutput > #rsGetUserID.user_id # < / cfoutput >" >
    < input type = "hidden" name = "username" value = "< cfoutput > #Session.MM_Username # < / cfoutput >" >
    < input type = "hidden" name = "MM_InsertRecord" value = "form1" >
    < / make >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < / blockquote >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < /p > < table >
    "< td bgcolor ="#B9B9B9"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < td >
    "< div align ="left"> < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < / div >
    < table >
    < /tr >
    < /table >
    < table >
    < /tr >
    < tr bgcolor = "#246494" >
    < td valign = "bottom" >
    < table border = "0" cellspacing = "0" cellpadding = "0" width = "188" height = "67" background = "images/left_bot.gif" >
    < b >
    < td valign = "bottom" >
    < class p = "left" style = "margin-bottom: 0px;" left margin: 20px; "> copyright
    & copy; 2010 < br >
    MyMindsNotRight.com < br >
    All rights reserved < /p >
    < table >
    < /tr >
    < /table >
    < table >
    < /tr >
    < /table >
    < table border = "0" cellspacing = "0" cellpadding = "0" width = "100%" height = "77" background = "images/fon_bot.gif" >
    < b >
    < td valign = "top" width = "780" >
    < template = "bottomBar.cfm cfinclude" > < table >
    "< td > < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < /tr >
    < b >
    "< td > < img src ="images/px1.gif"width ="780"height ="1"alt =" "border ="0"> < table >
    "< td > < img src ="images/px1.gif"width ="1"height ="1"alt =" "border ="0"> < table >
    < /tr >
    < /table >
    < table >
    "< td valign ="bottom"background =" images/bg_right.gif"> < img src =" images/bg_right.gif"alt =" "width ="17"height ="16"border = '0' > < table >
    "< td width ="50% "background =" images/bg.gif"valign ="top"> < img src =" images/px1.gif "width ="1"height ="1"alt =" "border ="0"> < table >"
    < /tr >
    < /table >
    < / body >
    < / html >

    Once you get past the key words, your next problem is that you have if/else logic in the context of the values of the query, but not the part of fields.  If anything it returns false, you'll have more fields than the values.

Maybe you are looking for

  • HP Officejet Pro 6830 does not connect to WiFi

    I got the HP Officejet Pro 6830 for 6 to 9 months, it has been great to work wireless any time.  Three nights ago, we had a power outage, now the printer will not connect to the wireless router.  He sees the SSID, but when I enter the password, it sa

  • You can open several windows in Windows 8?

    How to open multiple windows in Windows 8?

  • WEI does not work

    Since I installed W7 on my new PC (half later built Jan), I was unable to execute WEI. If I right click on "computer" and go to properties, under the system heading, there ' note: "as one of the values, however it doesn't have a value, and there is n

  • ASA DMVPN to Azure cloud

    Hello It looks like one of our customers were buying SRI is to connect to the Microsoft via DMVPN cloud azure, because Cisco ASA does not (yet) support. ASA will support this in a future release nearby? Finally, anyone have any suggestions? (Apart fr

  • IOS VPN will not respond to connections Cisco VPN Client.

    Hi all I'll put my routers fire here. I have two 2921 SRI both with licenses of security concerning leased lines separated. I configured one to accept our workers to remote Client VPN Cisco VPN connections. I have followed the set up process I used o