Alert message in javascript if drop down in 1 column is blank and other column is not blank

What I’m trying to do is have a java window alert pop up if the PNR column is blank and the BOM column is not blank on each row. I also put a cold fusion If statement around this javascript that the CN_Entry column in the Items table has to be an “N”. This code all actually works, but it only works on the row with the latest or newest item with an “N” in the CN_Entry column. I would like this to work on every row, so that if someone does this on any row, or multiple rows, this alert box will keep popping up until all the conditions are satisfied. What do I need to change to make this javascript work? Thanks.
<cfif CN_Entry EQ "N">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function verify() {
var themessage = "Please enter ";
if (EditItem.PNR_Approval_Initials#ItemID#.selectedIndex == 0 && EditItem.BOM_Approval_Initials#ItemID#.selectedIndex > 0)
alert("You must enter some PNR initials for ECO #ECID_SPEC# Part Number: #Part_Number#");
EditItem.PNR_Approval_Initials#ItemID#.focus();
return (false);
else
document.EditItem.submit();
//  End -->
</script>
</cfif>
Andy

The first thing you have to do is to remove the ColdFusion conditional logic.  ColdFusion runs on the server.  JS runs on the client.
The next thing is to call the function from an event that happens on the web page.  form onsubmit seems like a good choice.

Similar Messages

  • When I open Facebook in Firefox, I can't view messages or use the drop-down menus in the top toolbar.

    These problems only occur when I access Facebook in Firefox. The same problems don't occur in Chrome.
    I can view my Facebook message inbox, but when I try to open a message/message thread, it doesn't load. I just see the loading icon.
    Similarly, if I try to use the icons in the top menu bar (notification icons on the left, arrow on the right), I don't get a drop-down if I click on them. If I click the notification icons on the top left, I should get a drop-down showing the recent activity, but instead it just switches to the icon showing that I don't have any new activity. If I click the arrow on the right, I should get a drop-down with account options, but instead it just takes me straight to the "General Account Settings" page.

    Thanks! I just did this, and now Facebook messaging and the drop-down menu both work.
    To be honest, I'm not sure why this fixed the problem-- I had already gone into my list of exceptions and set www.facebook.com to "Allow," but for some reason adding facebook.com and setting it to "Allow" solved the problem.

  • After navigating (sometimes downloading pictures, sometimes not) for approximately 10 minutes, I can no longer see contents of drop down menues, then Firefox freezes up and I have to use Ctrl/Alt/Delete to end my internet experience.

    After navigating (sometimes downloading pictures, sometimes not) for approximately 10 minutes, I can no longer see contents of drop down menus, then Firefox freezes up and I have to use Ctrl/Alt/Delete to end my internet experience.
    == This happened ==
    Every time Firefox opened
    == After upgrading to 3.6

    Step by step, how did you arrive at seeing this agreement?

  • Clicking on the downward arrow at the right end of the location bar no longer displays the drop-down list of sites visited, bookmarks and addresses typed in location bar

    Since I upgraded to Firefox version 3.6.10, clicking on the downward arrow at the right end of the location bar no longer displays the drop-down list of sites visited, bookmarks and addresses typed in location bar. My Tools > Options > privacy setting is to save history, and if I start typing a previously accessed website's address in the location bar, then the full address appears as a drop-down item. But not when I just click at the right end of the bar.

    You can try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • On my CC drop down menu why is it only Lightroom app that does not have CC

    I have historically used Lightroom as a single purchased product and recently I purchased Creative Cloud.
    As a new user I am very unfamiliar with things but I noticed On my Creative Cloud drop down menu containing a list of all my apps I noticed that each of my apps conclude with CC at the end.
    with other words
    Photoshop CC
    Bridge CC
    Edge Inspect CC
    Scout CC
    Lightroom NOTHING ?
    On my CC drop down menu why is it only Lightroom app that does not have CC at the end of Lightroom.
    Has the system recognised my old Lightroom and it has not installed a CC version or is this the same for everybody out there and if so why?
    Why no CC on the drop down menu after the word Lightroom?

    Why no CC on the drop down menu after the word Lightroom?
    Nothing to worry about. It's the same for everyone and it's normal.
    Lightroom does not follow the Cloud version numbering (yet). It's always had its own version numbering.
    When the Cloud was first released there was no Lightroom included.
    Adobe added Lightroom to the Cloud later but never added CC to the numbering. So yet another layer of confusion was added to the versioning of Cloud software.
    There are now two distinct versions of Lightroom:
    Lightroom 5.6 (perpetual license, does not include Lightroom Mobile)
    Lightroom 5.6 (Cloud which includes Lightroom Mobile)

  • I updated my 2009 Mac to Mountain Lion yesterday but cannot add photos from my iPhoto library to contacts anymore. Drop down menu only shows "default, recent and camera" but I cannot get to iPhoto library.

    I upgraded my 2009 Mac to Mountain Lion yesterday but cannot add photos from my iPhoto library to contacts anymore. Drop down menu only shows "default, recent and camera" but I cannot get to iPhoto library. Help stated to choose Faces but I don't even get that far. How do I fix. Still works on iPad but not on Mac.

    When you have iPhoto and Contacts open and try to drag a picture for iPhoto to the Contacts photo frame do you get a + symbol? if not you should!  from there the the pop menu should appear and then you can select the picture and click on done
    Sample movie on how to

  • I have the latest version of Firefox yet I am still getting an error message that says photoshop is no longer supported on my platfrom and thereofre it's not downloading.

    I have the latest version of Firefox yet I am still getting an error message that says photoshop is no longer supported on my platfrom and thereofre it's not downloading.

    Please give a bit more system details. Which OS and version are you on? Is it 32 bit or 64 bit. Try downloading the Creative Cloud App if not already installed from: https://creative.adobe.com/products/creative-cloud. You can choose to install PS from withing this app and need not rely on web page.
    Regards,
    Anirudh

  • I cannot access facetime or messages on my Ipod touch anymore.  I have restarted, restored and it still is not working..any ideas?

    I cannot access facetime or messages on my Ipod touch anymore.  I have restarted, restored and it still is not working..any ideas?

    It asks for my apple ID and password when I try to access facetime or messages
    .  After I enter it brings me to an email to select-then verifies and brings me back to enter ID again. 

  • Pass a url variable to javascript for drop down menu

    Hello,
    I'm in over my head as far as javascript goes. This is what I
    am trying to do. I have this URL...
    http://www.grasshorse.com/prod2.cfm?SortBy=all&ProdAbbr=shm
    I want to take the variable for ProdAbbr which in this case
    is "shm" and make that a variable in javascript. So that I can add
    the variable to a dynamic link I'm using for a drop down menu.
    mm_menu_0520211545_0.addMenuItem("All Departments","location='prod.cfm?SortBy=all&ProdAbb r=eval(ProdAbbr)'");
    I really have no clue what to do. I haven't hardly used
    javascript at all and I'm looking for some charity. Does anyone
    have any ideas on how I can do this?
    Thanks
    Steve
    Any insight is greatly appreciated.

    jawwinker wrote:
    > Hello,
    > I'm in over my head as far as javascript goes. This is
    what I am trying to
    > do. I have this URL...
    >
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.grasshorse.com/prod2.cfm?SortBy=all&ProdAbbr=shm
    >
    > I">
    http://www.grasshorse.com/prod2.cfm?SortBy=all&ProdAbbr=shm
    >
    > I</a> want to take the variable for ProdAbbr which
    in this case is "shm" and
    > make that a variable in javascript. So that I can add
    the variable to a
    > dynamic link I'm using for a drop down menu.
    >
    >
    mm_menu_0520211545_0.addMenuItem("All Departments","location='prod.cfm?Sort
    > By=all&ProdAbbr=eval(ProdAbbr)'");
    mm_menu_0520211545_0.addMenuItem("All Departments","location='prod.cfm?Sort
    By=all&ProdAbbr='"+ProdAbbr+"'");
    Mick

  • Display an alert message through javascript when report column item is null

    Hello,
    I have a report column item which is an select list item and now i want to display an alert message when value is null, I mean no value is selected, this alert message should be fired when update button is clicked.
    Can anyone please help me with this issue.
    Thanks,
    Orton

    You could try something like this:
    declare
      x        INTEGER;
      err_ct  INTEGER   := 0;
    begin
      x  := 5;  -- number of rows displayed
      for i in 1 ... x (
        IF wwv_flow.g_f08(i)) IS NULL THEN err_ct  := err_ct + 1;
        END IF;
      end loop;
      IF err_ct = 0 THEN
         RETURN NULL;
      ELSE
        RETURN 'Nice error message: you must supply a value.';
      END IF;This would be used with a PL/SQL validation: Function Returning Error Text.

  • My ipad was is displaying an alert message " A wi-fi connection is required to download your apps and media". So it has been connected to the internet over night and this morning but is still displaying the alert message and it won't go away. what to do?

    Hi,
    My name is Norbert. I am having some difficulties restoring my icloud back up. My ipad was doing an icloud back up and the alert message displayed on the ipad after my internet was interrupted "A wi-fi connection is required to download your apps and media".
    I got the internet working, my ipad is receiving internet network but the alert message is still displayed on the ipad and won't go away, to make matters worse the ipad is frozen and i can't do anything.
    Please can anyone with a similar experience tell me what to do in this situation?
    Thank you

    Welcome to the Apple Community.
    Have you tried a hard restart. Press the on/off button and homescreen buttons together until the device shuts down.

  • Java has been updated as well as firefox but java refuses to run - drop down menus won't work (ebay) and pogo game windows won't load.....HELP

    Ever since I updated firefox to 3.5.16 java ahs stopped working. Drop down menu's in ebay don't, windows from links (such as tracking in ebay) don't work, pogo game windows won't load or will load the widow frame but not the game itself. I work online and run and online business and this wastes a lot of my time. Idon't want to use IE but might have to - I have looked in the forums and online and can't find a solution. Your help would be greatly appreciate it.

    To avoid confusion: http://kb.mozillazine.org/JavaScript_is_not_Java<br />
    See [[JavaScript]]
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • When I open a drop down menu from the tool bar, and move the pointer down the list of choices, they become constantly "darkly highlighted" and the typefaces change to black making them unreadable.

    As the pointer is moved down the list of choices in a drop down box, once the pointer passes each choice, that choice becomes constantly “darkly highlighted” and the type face of that choice turns black. So, as the pointer moves down the list of choices all of the choices become a block of darkly highlighted black text, making it impossible to read the choices which were passed over by the pointer.
    It is though the HTML, JavaScript or Java attribute of ''*<code>onMouseover</code>'' is missing the attribute of ''*<code> onMouseout</code>'', thereby when the user moves the pointer off the boundaries of the element, that element retains the CSS given it by the''*<code> onMouseover</code>''

    I should probably add that i am working in asp!

  • How to make a drop down list default to a blank space

    I have a drop down list
    <cfselect name="EmployeeName" query="getname"
    value="EmployeeName" selected=" "></cfselect>
    I want the list to default to a blank space, can this be
    done?
    If so, how?

    I figured out a way to do it, except now I ran into another
    problem. The way I have it set up, i can't make it required now.
    Any ideas?
    <cfselect name="EmployeeName" query="getname"
    value="EmployeeName" required="yes" message="Please select your
    name">
    <option value="" selected="selected"></option>
    </cfselect>

  • Interactive boxes (e.g. google maps text box) and drop-downs from those boxes go blank white.

    So for certain websites//boxes when I open them they are just blank white, or toolbars on websites will also randomly go between visible and completely white randomly as I scroll. So for example the facebook toolbar randomly goes white, when I try to check my messages//notifications it goes white, the google maps text box and all the drop downs are completely white, etc.

    You can try to disable hardware acceleration in Firefox.
    *Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Acrobat 9 pro extended

    I currently downloaded the trail version ( 30 days ) after 7 days I can no longer access program. I would like to evaluate the program but no can any way to reactive trial version for the remaining 23 days?

  • Someone else has a problem with volume button getting stuck?

    My volume button gets stuck when I keep pressing it, it's software or hardware issue?

  • Ff_5 Formatting error in the field COBL-KOSTL

    When automatically posting bankstatements we have several searchstrings in place. Most of them post against a bookingrule, but in this case I have a posting on a costcenter as well. I created two equal searchstrings, one for the bookingrule and one f

  • Fried ethernet?

    My Built-in ethernet stopped working yesterday, possibly as a result of a power surge through my DSL line while I was at work. Everything was dandy before I left for work, but when i returned many hours later, my connection was gone, and "Built-in Et

  • What does 'Actuality' return when checked in the Text Element of WAD.

    Hi All, What does 'Actuality' return when checked in the Text Element of WAD? Thanks In Advance