HELP!! "Submit Query" into Send Button?

Hi there! ... please see below the "Submit Query" message inside my Submit button
How can I get rid of it? ... or is there a code mistake? .. I cannot find it ... check below the code
<form action="/FormProcessv2.aspx?WebFormID=65717&amp;OID={module_oid}&amp;OTYPE={module_otype} &amp;EID={module_eid}&amp;CID={module_cid}&amp;SAR=false PageID=10857312" enctype="multipart/form-data" onsubmit="return checkWholeForm27006(this)" method="post" name="catwebformform27006" autocomplete="off">
    <table cellspacing="0" cellpadding="0" border="0">
        <tbody>
            <tr>
                <td style="width: 300px;"><label for="FirstName" id="label" class="fld-label actAsDiv contactform clearfix grpelem">First Name <span class="req">*</span></label><br />
                <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /> </td>
                <td style="width: 50px;"> </td>
                <td style="width: 300px;"><label for="WorkPhone" id="label" class="fld-label actAsDiv contactform clearfix grpelem">Work Phone Number</label><br />
                <input type="text" maxlength="255" class="cat_textbox" id="WorkPhone" name="WorkPhone" /></td>
            </tr>
            <tr>
                <td colspan="3"> </td>
            </tr>
            <tr>
                <td style="width: 300px;"><label for="LastName" id="label" class="fld-label actAsDiv contactform clearfix grpelem">Last Name <span class="req">*</span></label><br />
                <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /> </td>
                <td style="width: 50px;"> </td>
                <td style="width: 300px;"><label for="Company" id="label" class="fld-label actAsDiv contactform clearfix grpelem">Company</label><br />
                <input type="text" maxlength="255" class="cat_textbox" id="Company" name="Company" /></td>
            </tr>
            <tr>
                <td colspan="3"> </td>
            </tr>
            <tr>
                <td><label for="EmailAddress" id="label" class="fld-label actAsDiv contactform clearfix grpelem">Email Address <span class="req">*</span></label><br />
                <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /> </td>
                <td style="width: 50px;"> </td>
                <td style="width: 300px;"> </td>
            </tr>
            <tr>
                <td colspan="3">{module_ccsecurity}</td>
            </tr>
        </tbody>
    </table>
    <table cellspacing="0" cellpadding="0" border="0">
        <tbody>
            <tr>
                <td colspan="4"> </td>
            </tr>
            <tr>
                <td style="width: 300px;"><label for="CAT_Custom_334760" id="label" class="fld-label actAsDiv contactform clearfix grpelem">How did you hear about us:</label><br />
                <select class="cat_dropdown contactform" id="CAT_Custom_334760" name="CAT_Custom_334760">
                <option value=" ">-- Please select --</option>
                <option value="Colleague">Colleague</option>
                <option value="Online Search">Online Search</option>
                <option value="LinkedIn">LinkedIn</option>
                <option value="Met at an event">Met at an event</option>
                </select></td>
                <td style="width: 50px;">  </td>
                <td style="width: 20px;"> <input type="checkbox" value="1" id="CAT_Custom_334761" name="CAT_Custom_334761" /></td>
                <td style="width: 280px;">
                <label for="CAT_Custom_334761" id="label" class="fld-label actAsDiv contactform1 clearfix grpelem">Add me to your email list</label></td>
            </tr>
            <tr>
                <td colspan="4"> </td>
            </tr>
            <tr>
                <td style="width: 650px;" colspan="4"><label for="CAT_Custom_334762" id="label" class="fld-label actAsDiv contactform clearfix grpelem">How can I help:</label><br />
                <textarea onkeydown="if(this.value.length&gt;=4000)this.value=this.value.substring(0,3999);" class="cat_listbox contactform1" rows="4" cols="10" id="CAT_Custom_334762" name="CAT_Custom_334762"></textarea></td>
            </tr>
            <tr>
                <td colspan="4"> </td>
            </tr>
            <tr>
                <td style="width: 650px;" colspan="4"><input type="submit" id="catwebformbutton" class="cat_button u4433-17 " /></td>
            </tr>
        </tbody>
    </table>
    <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
    <script type="text/javascript">
//<![CDATA[
var submitcount27006 = 0;function checkWholeForm27006(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if(why != ""){alert(why);return false;}if(submitcount27006 == 0){submitcount27006++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//]]>
</script>
</form>

Hi Liam,
Yes I do have an image in my CSS for this button that has the hover effect ..  but my question is if I can get rid of the text "Submit Query" ... I don't know where this comes from
Thanks!

Similar Messages

  • Script task to convert output from a sql query into send mail task body formatting

    SSIS 2008R2 Version
    Code from script task
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_29dd6843bd6c4aee9b1656c1bbf55ba8.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            public void Main()
                Variables varCollection = null;
                string header = string.Empty;
                string message = string.Empty;
                Dts.VariableDispenser.LockForWrite("User::gsEmailMessage");
                Dts.VariableDispenser.LockForWrite("User::gsWebserviceName");
                Dts.VariableDispenser.LockForWrite("User::gsNoOfCallsInADay");
                Dts.VariableDispenser.LockForWrite("User::gsCalledBySystem");
                Dts.VariableDispenser.GetVariables(ref varCollection);
                //Set the header message for the query result
                if (varCollection["User::gsEmailMessage"].Value == string.Empty)
                    header = "Hi, Count is greater then 50 :\n\n";
                    //header = "Execute SQL task output sent using Send Email Task in SSIS:\n\n\n";
                    header += "----------------------------------------------------------------------------------------------------------------------" + "\n";
                    header += string.Format("{0}\t\t\t\t{1}\t\t{2}\n", "WebService Name", "No Of Calls In A Day", "Called By System");
                    header += "----------------------------------------------------------------------------------------------------------------------" + "\n";
                    varCollection["User::gsEmailMessage"].Value = header;
                //Format the query result with tab delimiters
                     message = String.Format("<HTML><BODY><P>{0}</P><P>{1}</P><P>{2}</P></BODY></HTML>",
                                            varCollection["User::gsWebserviceName"].Value,
                                            varCollection["User::gsNoOfCallsInADay"].Value,
                                            varCollection["User::gsCalledBySystem"].Value);
                varCollection["User::gsEmailMessage"].Value = varCollection["User::gsEmailMessage"].Value + message + "\n";
                Dts.TaskResult = (int)ScriptResults.Success;
    Above code will return data in below format and then i send this output in aemail using send mail task.
    Hi, count is greater then 50 :
    WebService Name                                                         
    No Of Calls In A Day                        Called By System
    WebServiceone                                                     1                             
    Internetbutiken
    WebServiceGetdetailstwo                                                  1                             
    Internetbutiken
    Servicenamethree                                                            2                             
    MOB
    As you can see above code is not in align as if we service name is shorter then 2nd column get disallign and its not look good.I need output should be like below.
    Hi, count is greater then 50 :
    WebService Name                                                         
    No Of Calls In A Day                        Called By System
    WebServiceone                                                              1                             
    Internetbutiken
    WebServiceGetdetailstwo                                              1                             
    Internetbutiken
    Servicenamethree                                                          2                             
    MOB
    Please suggest something...
    Thanks 
    SR_MCTS

    See code explained here
    http://microsoft-ssis.blogspot.in/2013/08/sending-mail-within-ssis-part-2-script.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
    This will not help.As I am not creating smtp connectin ,send from ,send to in script task.I am just creating email body from sql output.

  • 'Submit Query', 'Reset' button on report PForm position can be changed ?

    All
    A custom 6i Report developed under Oracle 11i environment. This report is in Oracle Applications and this is being launched from web. (Using report launcher/report server
    for ex: http://my.server.com:80/dev60cgi/rwcgi60? Rep60_Apps&report=PO_Lines.rdf¶mform=YES)
    When report runs on the web using this url, first page displayed is parameter screen and 'Submit Query' and 'Reset' button is displayed on the top the page and after that all the text/fields that are on report parameter form displayed.
    ex:
    |Submit Query | |Reset|
    PO Report
    Report Parameters
    PO Number :
    PO Date :
    Question is that can I move 'Submit Query' and 'Reset' buttons to end of page and after the parameters lists?
    Appreciate if you can let me know whether is is possible and if so, please send the required code, notes.
    settings I have used:-
    :DESTYPE := 'CACHE';
    :DESFORMAT := 'HTMLCSS';
    :MODE := 'BITMAP';
    Thanks in advance
    Rathan.

    looks like this is the default parameter from that is generated by reports and this is fixed and the position of the control can not be controlled.
    thanks,
    ph.

  • Submit query button

    I am working in oracle 10g with developer 2000 as front end (forms and reports 9i) which was developed by software professional. unfortunately i don't have any source code or user manual of the project done by them.
    I have a small problem for which i need help / guidance to solve it.
    There are around 300 reports in the package and in all the reports the submit query and reset button is placed on the top of the page . It makes me uncomfortable to go to the top of the page after entering all the parameters for the report.
    I did check from the source of that page and i found out where the submit query and reset button is and placed it at the bottom as per my requirement. But i don't know where the changed source should be saved. since if i run from the changed htm file the sumit query button is at the bottom, but if i run the report from the front end it is at the top without the changes.
    i would be thankful if i could get some suggestion as to where this htm file will be in the package and how to make the changes.
    thanks in advance

    HTML-pages are not really related to forms. anyway, if they are static html-files, i would look somewhere on the application-server. But they may also be creeated by a servlet or contained in a deployment on the application-server.

  • Send button not working when text message

    When I was texting message with my friends, all of sudden I can't type the respond message unless I have to quit and try to text my friend again. The problem is the box where you typed your message is gray out and "Send" button is inactive or gray out. This problem occurs when I upgraded my iphone 4s to iOS 6.1
    Please help.

    After Update today, SEND button no longer activates keyboard. I tapped message window area and that activated the keyboard. SEND button worked to send message. (Not sure how to describe that "message window area", but its the area where your message shows as you type.)

  • Code for send button. I need your help, guys!

    I would appreciate a Java code for a "send" button or a "send page" link that would send a complete web page to my email address. I have some forms for my users to fill out online and send them to me, and so the problem I am having is that when I use FrontPage forms (text boxes, check boxes, radio buttons, etc.,)for them to use, I am getting the input from those form only. What I NEED to get is the complete page, exactly what the users see on the screen with all the text in the forms. The need for this is that these forms (reports) will later be printed out, so they MUST look exactly as on the screen.
    So I am thinking a bit of Java code could help me out. Would you give me a hand guys? Thanks!

    Do some JNI and take a snapshot of the screen, it is the ONLY way I know to ensure EXACTLY what you ask for: even the HTML from the page may look different than what the users sees when filling out the form when that HTML is displayed on a different machine and system.
    Otherwise your agument seems a little trivial and you could just replicate the form on your local machine and insert the data you captured with a normal post operation into the local copy of the HTML form.

  • Submit query  button  parameter form issue

    hi
    im facing problem submit query button . im working in as 10g r2. Every thing is working fine but when i click on submit query button of parameter form. it gives error and and page cant find. its reason that it takes localhost name in url and localhost(asserver.dht.com) is not recognized on internet. To resolve this issue i designed my own parameter form in html and in post method i use my domain name( www.ddgi.com) which is registered on internet. please give me solution so that i can use default parameter form. where from it picks machine name so that i can change it accoding to my domain name.
    My localhost name is asserver.dht.com
    my registered domain on internet is www.ddgi.com

    To help you see what is happening, temporarily add DESNAME to your parameter screen. Make sure that DESNAME on the parameter screen has a value before you click the Submit Query button.
    If you are running the report with a local report service (running on your workstation), the value of desname should be the name of your default printer.
    If you are running the report on a network application server based report service you need to specify the name of a printer that is accessible to the server on which the report service is running. Make sure that it is specified in a way that the server can recognize it, e.g. \\printserver_01\HPLaserJ4210.
    Maybe this will help some.
    James K.

  • My imessages are gone. i cant activate them now. When i go into send and recieve its only my e-mail address thats ticked and not my phone number ticked also. When i sign in with my apple ID it is ticked there. can anyone help me please.

    my imessages are gone. i cant activate them now. When i go into send and recieve its only my e-mail address thats ticked and not my phone number ticked also. When i sign in with my apple ID it is ticked there. can anyone help me please.

    Hi,
    Go to the iPhone
    GO to Settings > Messages
    Is the iPhone Number ticked to be enabled (It will be greyed out and not editable but should be On)
    If it is Off (Unticked remove the Apple ID)
    Place the iPhone in Airplane mode for a few minutes.
    Go back to Settings Messages and make sure the Message app Is Enabled overall.
    Check the iPhone Number is verifying.
    When Completed test by sending an iMessage to your Apple ID (Mac)
    If that works add back the Apple ID to the iPhone's Settings.
    Restart the Mac App and Accept the op ups that appear as to what the iPhone is using.
    9:52 pm      Friday; April 4, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I need help making a query into a recordset

    I have a detail page with a query that uses the "IN" statement to select from multiple states from the state_label  field in my table
    and display the zips, cities, and counties related to those states.
    The query works great if I use regular menus with a single selection, but I need a comma separated menu
    to be used to allow for multiple zips, cities and counties to be selected.
    In order to make a texbox into a comma separated menu, I need to define my recordset to retrieve the values,  I just can't figure out  how to  make amy query into a recordset.
    This is the query.
    <?php require_once('../Connections/duitop.php'); ?>
    <?php $state_list = $_REQUEST['States_served'];  ?>
    <?php
    mysql_select_db($database_duitop, $duitop);
    $query_TONY = ("SELECT * FROM zip_code WHERE state_label IN (";
    for ($i=0; $i<=count($state_list)-1; $i++) {
    //echo $state_list[$i];
    $query_TONY = $query_TONY . "'" . $state_list[$i] . "'";
    if ($i < count($state_list)-1) {
    $query_TONY = $query_TONY . ", ";
    $query_TONY = $query_TONY . ") GROUP BY county ORDER BY state_label, city ASC");
    ?>
    CAn any one please help with this problem , I've been trying for a week with no luck.
    This is the way my detail page looks like.
    Cities, Counties, and Zipcodes in your states

    As far as I know this will be included in the next ISO release. I solved it by manually bringing the dmraid package to the install and wrote a guide on installing your root system on dmraid. However when the system crashes I have the slight inconvenience of having to install dmraid and manually mount the sets to do a recovery. I guess this is the part you want to get rid of aswell. I decided to wait until the next holy ISO.

  • Submit query button on parameter form

    Hello.
    I have a problem with runing reports with parameter form.
    When i start report from form, parameter form is opened. When i check on AS, which report is running i see reportName.rdf.
    When i then press submit query button, report appears. But when i check it again on AS, i see reportName1.rdf (from another directory)is running.
    Why is that? How can i solve that? Why does submit query button on parameter form run another report (from another directory), then report i start from form?
    I can run two report from form (list item), but i have this problem only on one report.
    Thanks.

    Sorry. I just found the problem - in BEFOREPFORM trigger.

  • I don't have a phone plan, so I cannot text without wifi. I have been using iMessage to text my friends, until it stopped working. I can text my sisters email, but not my boyfriends iPhone. The send button will not turn blue. Help? Please?

    I don't have a phone plan, so I cannot text without wifi. I have been using iMessage to text my friends, until it stopped working. I can text my sisters email, but not my boyfriends iPhone. The send button will not turn blue. Help? Please?

    There is a problem with iMessage with what Apple says is a small number of iPhones and they are working on a fix. In the meantime try this:
    1. Settings > Messages > iMessage = Off
    2. Settings > FaceTime > FaceTime = Off
    3. Settings > General > Reset > Reset Network Settings
    4. Wait for the iPhone to Reboot
    5. Settings > FaceTime > FaceTime = On
    6. Settings > Messages > iMessage = On
    You may have to repeat the steps a couple of times.
      - with thanks to @deggie

  • My send button on messaging isn't working any help out there?

    My send button isn't working, any help?

        Hello monti221! Nothing is more frustrating than a phone that's not operating correctly. I want to help! Thank you gina7239 for your valuable input. My suggestion would be to complete a "restore" of your device. Using iTunes will ensure that all of your data is saved. If you need instructions please select the link and select iPhone support.. http://bit.ly/y5iuoj Let me know if this helps!
    ChaunceyM_VZWSupport
    Follow us on twitter @VZWSupport

  • I am having trouble sending an i message after I type text in the field. The "send" button does not turn blue. Help!

    I am having trouble sending an i message after I type text in the field. The "send" button does not turn blue. Help!

    Do you have something entered in the Subject field?

  • Help with SQL query into Crystal

    Afternoon all,
    I am trying to convert the following SQL query into Crystal by using the tables given in the query however the relationship given in the query is bit awkward, in a sense that I cannot create a relationship under Crystal desgin.
    Here is the query
    select count(order_progressed.order_no),reason_code
    from order_progressed,lab_reasons, rework_groups
    where
    order_progressed.date_created=Today
    and (order_progressed.order_status=from_gate
    and lab_reasons.reason_code between from_reason and to_reason)
    group by lab_reasons.reason_code
    order by 2
    We have three tables
    1: Order_Progressed
    2: Lab Reasons
    3: Rework_Groups
    Order_progressed can be linked with rework_group by Status (if you see the line order_progressed.order_status=from_gate)
    However how to link the following line?
    lab_reasons.reason_code between from_reason and to_reason
    I mean when I try to link it by Lab Reasons.Reason Code to From_reason, to reason, it doesn't seem to work.
    The report is grouped by Lab Reasons. Reason Code, so I really have to some how create a relationship between Lab Reasons table and Rework_Group table.
    This is what I get when I run the same query into Crystal using the relationship
    SELECT lab_reasons.reason_code, order_progressed.date_created, order_progressed.order_no
    FROM   maxmast.lab_reasons lab_reasons, kevin.order_progressed order_progressed,
    roger.rework_groups rework_groups
    WHERE  (order_progressed.order_status=rework_groups.from_gate) AND
    ((lab_reasons.reason_code=rework_groups.from_reason) AND
    (lab_reasons.reason_code=rework_groups.to_reason)) AND (order_progressed.date_created>={ts
    '2008-01-01 00:00:00'} AND order_progressed.date_created<={ts '2008-12-17 00:00:00'})
    Any ideas?
    Many thanks
    Kind Regards
    Jehanzeb

    Sastry I didn't understand why did you use Lab_reasons.reason_code twice in your SQL.
    What I have done since I posted this thread,
    I created a command like this
    Select *
    from rework_groups,lab_reasons
    where
    lab_reasons.reason_code between from_reason and to_reason
    Then I took out the lab_reasons table and rework_groups table, then I linked the order_status from Order_progressed table to From_gate of the newly created table (I called it Reason_Code).
    This made the report running but it is crunching quite allot of numbers. I wonder if I made a mistake somewhere?
    Oh and please note, I'd like to create an SQL (if need be) without the date entry which was done in the original SQL because I'd like to setup my own date range within Crystal Reports instead of getting passed by SQL itself.
    This is how it looks like in Crystal now.
    sae1_live
    SELECT order_progressed.date_created, order_progressed.order_no, order_progressed.order_status
    FROM   kevin.order_progressed order_progressed
    WHERE  (order_progressed.date_created>={ts '2008-01-01 00:00:00'} AND
    order_progressed.date_created<={ts '2008-12-17 00:00:00'})
    EXTERNAL JOIN order_progressed.order_status={?sae1_live: Reason_Code.from_gate}
    sae1_live
    Select *
    from rework_groups, lab_reasons
    where lab_reasons.reason_code between from_reason and to_reason
    EXTERNAL JOIN Reason_Code.from_gate={?sae1_live: order_progressed.order_status}
    Regards
    Jehanzeb

  • Are you guys on the case with the Office 365 glitch everyones reported / querying - no send / reply buttons visible plus Script Error messages?

    Script: https://r4.res.outlook.com/owa/15.0.775.9/owa2/scripts/boot.0.mouse.js:91
    This is just one of the error messages I suddenly seem to be getting using Office 365 on Firefox on a iMac

    Some other info gathered from Microsoft's forums:
    (1) [http://community.office365.com/en-us/forums/148/t/190650.aspx Cabt send a reply because send button does not show. - Manage Office 365 - Office 365 - Microsoft Office 365 Community]
    Microsoft chimed in and is investigating. These temporary workarounds were noted:
    * Zoom out using Ctrl- (I'm not sure whether you can immediately press Ctrl+ to zoom in again, but with many incomplete or interrupted layout problems, you can)
    * Disable composing replies in the preview area, forcing replies to start in a new window (Office 365: Options > Settings > "Reading Pane" : "Type in a new window")
    * Use "Light Mode": https://outlook.office365.com/owa/?layout=light
    (2) [http://community.office365.com/en-us/forums/172/t/191988.aspx Firefox - Outlook no send button when replying / new mail - Office applications - Office 365 - Microsoft Office 365 Community]
    These temporary workarounds were noted:
    * Right-click an element in the window > Inspect Element, then close the inspector. The user who reported this was using the Firebug extension, but it might work with Firefox's built-in feature as well.
    * Full screen: F11 on Windows or Ctrl+Command+f on Mac
    * Press Ctrl+Enter to send (Windows? maybe Command+Enter on Mac?)

Maybe you are looking for

  • Pc suite for N73

    Hi, I have my machine installed with Window XP, the latest pc suite 6.85 is not supported by my system. I lost my pc suite CD which i got along with the phone. kindly suggest me a solution to get the previous version of pc Suite for N73 Thanks Sarava

  • Arch 0.7.1 Install CD no support for my Network Card?!

    Hi there, I tried to install Arch with latest CD 0.7.1. I choose FTP Install, and wait for the DHCP Setup to complete, but it alway fails with a message like "DHCPCD could'nt start..." , so i tried installing from CD, everything went fine, rebooted,

  • Wait...Your request is being processed

    Hi, I am successfully downloading a PDF document, but the calling window never stops processing and displays <b>Wait...Your request is being processed</b>. How can I prevent that? Here is some coding from the OnInputProcessing event handler: * some B

  • Still looking for asd2.5.8

    Thanks to all that helped don't know if I burned it right but the software everybody gave me still won't work and need help I will be home tomorrow If someone would like to call me and maybe talk me through it that would be fine I can give u my numbe

  • Doing a build with WebHelp

    I am building a webHelp system (primary layout) and I need to post it in TSF (Visual Studio) to they can build the install, but I am not sure how to do it. My file structure looks like this: My robohelp projects Capturx for ADR (my project) Under thi